In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/104a6083eb9b92b53cb9d607a7d4e14d371d32e1?hp=c0c40be15501d5f6a6c96e9e433c95ea201e0a83>
- Log ----------------------------------------------------------------- commit 104a6083eb9b92b53cb9d607a7d4e14d371d32e1 Author: Father Chrysostomos <[email protected]> Date: Sat Jan 28 12:14:12 2012 -0800 Increase $subs::VERSION to 1.01 M lib/subs.pm commit 212682ea03b23458b346ba28bde8c6eaaa2f719d Author: Father Chrysostomos <[email protected]> Date: Sat Jan 28 12:13:32 2012 -0800 checkAUTHORS.pl: Add another (old?) address for Juerd M Porting/checkAUTHORS.pl commit e023355f4d72e1fb8517e57dc60e2ecb9b8f6ad9 Author: Juerd Waalboer <[email protected]> Date: Sat Jan 28 12:11:17 2012 -0800 [perl #21396] documentation error in subs.pm M lib/subs.pm ----------------------------------------------------------------------- Summary of changes: Porting/checkAUTHORS.pl | 1 + lib/subs.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 5273791..a012ae0 100755 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -475,6 +475,7 @@ tonyc tony\100develop-help.com # Mere mortals. # \043####\100juerd.nl juerd\100cpan.org ++ juerd\100c3.convolution.nl + juerd\100convolution.nl a.r.ferreira\100gmail.com aferreira\100shopzilla.com abe\100ztreet.demon.nl abeltje\100cpan.org diff --git a/lib/subs.pm b/lib/subs.pm index e5a9aa8..06c55e1 100644 --- a/lib/subs.pm +++ b/lib/subs.pm @@ -1,6 +1,6 @@ package subs; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME @@ -19,7 +19,7 @@ even before they're declared. Unlike pragmas that affect the C<$^H> hints variable, the C<use vars> and C<use subs> declarations are not BLOCK-scoped. They are thus effective -for the entire file in which they appear. You may not rescind such +for the entire package in which they appear. You may not rescind such declarations with C<no vars> or C<no subs>. See L<perlmodlib/Pragmatic Modules> and L<strict/strict subs>. -- Perl5 Master Repository
