diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-03-14 09:15:36 +0100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-03-18 13:22:35 -0400 |
commit | 44ecbbd814e71f2c059520c0bc148cc2cf1abc55 (patch) | |
tree | 381d3ae0569ace6cf936dc0b8049a65ac523511d /lib/warnings | |
parent | d2ec25a5ba622b2b027aa4c7967f7352c704f84b (diff) | |
download | perl-44ecbbd814e71f2c059520c0bc148cc2cf1abc55.tar.gz |
replace links to perllexwarn with links to warnings
or, sometimes, simply remove them
Diffstat (limited to 'lib/warnings')
-rw-r--r-- | lib/warnings/register.pm | 5 |
1 files changed, 2 insertions, 3 deletions
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 |