Util.pm (perl-5.32.0-RC0.tar.xz) | : | Util.pm (perl-5.32.0-RC1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
use warnings; | use warnings; | |||
require Exporter; | require Exporter; | |||
our @ISA = qw( Exporter ); | our @ISA = qw( Exporter ); | |||
our @EXPORT_OK = qw( | our @EXPORT_OK = qw( | |||
prototype set_prototype | prototype set_prototype | |||
subname set_subname | subname set_subname | |||
); | ); | |||
our $VERSION = "1.53"; | our $VERSION = "1.55"; | |||
$VERSION =~ tr/_//d; | $VERSION =~ tr/_//d; | |||
require List::Util; # as it has the XS | require List::Util; # as it has the XS | |||
List::Util->VERSION( $VERSION ); # Ensure we got the right XS version (RT#100863 ) | List::Util->VERSION( $VERSION ); # Ensure we got the right XS version (RT#100863 ) | |||
=head1 NAME | =head1 NAME | |||
Sub::Util - A selection of utility subroutines for subs and CODE references | Sub::Util - A selection of utility subroutines for subs and CODE references | |||
=head1 SYNOPSIS | =head1 SYNOPSIS | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |