summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-03-14 09:15:36 +0100
committerRicardo Signes <rjbs@cpan.org>2014-03-18 13:22:35 -0400
commit44ecbbd814e71f2c059520c0bc148cc2cf1abc55 (patch)
tree381d3ae0569ace6cf936dc0b8049a65ac523511d /lib
parentd2ec25a5ba622b2b027aa4c7967f7352c704f84b (diff)
downloadperl-44ecbbd814e71f2c059520c0bc148cc2cf1abc55.tar.gz
replace links to perllexwarn with links to warnings
or, sometimes, simply remove them
Diffstat (limited to 'lib')
-rw-r--r--lib/B/Deparse.pm2
-rw-r--r--lib/warnings/register.pm5
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm
index 80c6401844..e7eb8cf90d 100644
--- a/lib/B/Deparse.pm
+++ b/lib/B/Deparse.pm
@@ -5336,7 +5336,7 @@ parameter twice:
warnings => [FATAL => qw/void io/],
);
-See L<perllexwarn> for more information about lexical warnings.
+See L<warnings> for more information about lexical warnings.
=item hint_bits
diff --git a/lib/warnings/register.pm b/lib/warnings/register.pm
index 45fd9a2fe0..62a3dbfce0 100644
--- a/lib/warnings/register.pm
+++ b/lib/warnings/register.pm
@@ -1,6 +1,6 @@
package warnings::register;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
=pod
@@ -16,8 +16,7 @@ warnings::register - warnings import function
Creates a warnings category with the same name as the current package.
-See L<warnings> and L<perllexwarn> for more information on this module's
-usage.
+See L<warnings> for more information on this module's usage.
=cut