summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAristotle Pagaltzis <pagaltzis@gmx.de>2019-02-18 00:14:38 +0100
committerAristotle Pagaltzis <pagaltzis@gmx.de>2019-02-18 00:14:38 +0100
commita64ac81e504b759fcf679d357a59737a7a1c2c08 (patch)
treeaeb2c6da02807fcfc771ea137b7defceea475e81
parent6fa7480cb8207fa42519b5660f36dcd35b377c7c (diff)
downloadperl-a64ac81e504b759fcf679d357a59737a7a1c2c08.tar.gz
deprecate: fix POD heading level
-rw-r--r--lib/deprecate.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/deprecate.pm b/lib/deprecate.pm
index 47bc11253e..c52f381af2 100644
--- a/lib/deprecate.pm
+++ b/lib/deprecate.pm
@@ -90,7 +90,8 @@ directory, a deprecation warning is issued, encouraging the user to use
the version on CPAN. If that module is located in a site library, it is
the CPAN version, and no warning is issued.
-=head2 EXPORT
+
+=head1 EXPORT
None by default. The only method is C<import>, called by C<use deprecate;>.