add commit ids to Zefram's docs for package block
Matt S Trout [Wed, 16 Jun 2010 23:27:47 +0000 (00:27 +0100)]
pod/perl5132delta.pod

index 73373de..ddcfd50 100644 (file)
@@ -49,7 +49,7 @@ A package declaration can now contain a code block, in which case the
 declaration is in scope only inside that block.  So C<package Foo { ... }>
 is precisely equivalent to C<{ package Foo; ... }>.  It also works with
 a version number in the declaration, as in C<package Foo 1.2 { ... }>.
-See L<perlfunc>.
+See L<perlfunc> (434da3..36f77d, 702646).
 
 =head1 New Platforms