This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
constant.pm: Rmv ref in pod to non-existent module
authorKarl Williamson <public@khwilliamson.com>
Mon, 18 Mar 2013 19:07:12 +0000 (13:07 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 18 Mar 2013 22:05:00 +0000 (16:05 -0600)
dist/constant/lib/constant.pm
t/porting/known_pod_issues.dat

index d876093..1940b8e 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings::register;
 
 use vars qw($VERSION %declared);
-$VERSION = '1.25';
+$VERSION = '1.26';
 
 #=======================================================================
 
@@ -371,9 +371,6 @@ C<< CONSTANT => 'value' >>.
 
 L<Readonly> - Facility for creating read-only scalars, arrays, hashes.
 
-L<Const> - Facility for creating read-only variables. Similar to C<Readonly>,
-but uses C<SvREADONLY> instead of C<tie>.
-
 L<Attribute::Constant> - Make read-only variables via attribute
 
 L<Scalar::Readonly> - Perl extension to the C<SvREADONLY> scalar flag
index b9ba876..ab12c8b 100644 (file)
@@ -157,7 +157,7 @@ dist/bignum/lib/bigint.pm   Apparent broken link    1
 dist/bignum/lib/bignum.pm      Apparent broken link    1
 dist/bignum/lib/bigrat.pm      Apparent broken link    1
 dist/carp/lib/carp.pm  Apparent broken link    2
-dist/constant/lib/constant.pm  Apparent broken link    2
+dist/constant/lib/constant.pm  Apparent broken link    1
 dist/cwd/lib/file/spec/vms.pm  Verbatim line length including indents exceeds 79 by    1
 dist/cwd/lib/file/spec/win32.pm        Verbatim line length including indents exceeds 79 by    1
 dist/data-dumper/dumper.pm     ? Should you be using L<...> instead of 1