]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/commitdiff
Make Perl version numbers more readable
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:06:45 +0000 (15:06 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:06:45 +0000 (15:06 -0300)
lib/Bit/MorseSignals.pm
lib/Bit/MorseSignals/Emitter.pm
lib/Bit/MorseSignals/Receiver.pm

index bd16e84bf1ca9ac19d24e277757e79c1058bc7bf..6c69259869bba6de8a6d6f80d0ad28d5a776c956 100644 (file)
@@ -141,7 +141,7 @@ $EXPORT_TAGS{'all'} = [ @EXPORT_OK ];
 
 =head1 DEPENDENCIES
 
-L<Carp> (standard since perl 5), L<Encode> (since perl 5.007003), L<Storable> (idem).
+L<Carp> (standard since perl 5), L<Encode> (since perl 5.7.3), L<Storable> (idem).
 
 =head1 SEE ALSO
 
index ee7118e0a77790ee700f18c6c5029d4529e204fa..944096aa7cf25fbf36ae7374277301b8ef59e36a 100644 (file)
@@ -268,7 +268,7 @@ An object module shouldn't export any function, and so does this one.
 
 =head1 DEPENDENCIES
 
-L<Carp> (standard since perl 5), L<Encode> (since perl 5.007003), L<Storable> (idem).
+L<Carp> (standard since perl 5), L<Encode> (since perl 5.7.3), L<Storable> (idem).
 
 =head1 SEE ALSO
 
index d4220b76ceacc1bfe12a76c9dc83cf93871a4914..0eb8751ff293a7afa74ccbbe61cf3364e3d7ac2a 100644 (file)
@@ -191,7 +191,7 @@ An object module shouldn't export any function, and so does this one.
 
 =head1 DEPENDENCIES
 
-L<Carp> (standard since perl 5), L<Encode> (since perl 5.007003), L<Storable> (idem).
+L<Carp> (standard since perl 5), L<Encode> (since perl 5.7.3), L<Storable> (idem).
 
 =head1 SEE ALSO