Skip to content

Commit

Permalink
Release 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarr committed Sep 25, 2003
1 parent 06a4c21 commit dc4e803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/List/Util.pm
Expand Up @@ -10,7 +10,7 @@ require Exporter;

@ISA = qw(Exporter);
@EXPORT_OK = qw(first min max minstr maxstr reduce sum shuffle);
$VERSION = "1.12";
$VERSION = "1.13";
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/Scalar/Util.pm
Expand Up @@ -11,7 +11,7 @@ require List::Util; # List::Util loads the XS

@ISA = qw(Exporter);
@EXPORT_OK = qw(blessed dualvar reftype weaken isweak tainted readonly openhandle refaddr isvstring looks_like_number set_prototype);
$VERSION = "1.12";
$VERSION = "1.13";
$VERSION = eval $VERSION;

sub export_fail {
Expand Down

0 comments on commit dc4e803

Please sign in to comment.