diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-19 18:20:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-19 18:20:48 +0000 |
commit | 1f17861c0b41726e6113688cabd26a29acd3948d (patch) | |
tree | 7f8fdf6159d0b311f170ed868bc3936b7e1dcab8 /lib/sort.pm | |
parent | 7b9ef14019d3c4d1aa14641dbd421c81c2cd18a4 (diff) | |
download | perl-1f17861c0b41726e6113688cabd26a29acd3948d.tar.gz |
sort.pm deserves a new version number
p4raw-id: //depot/perl@26403
Diffstat (limited to 'lib/sort.pm')
-rw-r--r-- | lib/sort.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sort.pm b/lib/sort.pm index e8d6446ba4..ded62c10f2 100644 --- a/lib/sort.pm +++ b/lib/sort.pm @@ -1,6 +1,6 @@ package sort; -our $VERSION = '1.02'; +our $VERSION = '2.00'; # The hints for pp_sort are now stored in $^H{sort}; older versions # of perl used the global variable $sort::hints. -- rjh 2005-12-19 |