This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b9ef14
)
sort.pm deserves a new version number
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 19 Dec 2005 18:20:48 +0000
(18:20 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 19 Dec 2005 18:20:48 +0000
(18:20 +0000)
p4raw-id: //depot/perl@26403
lib/sort.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/sort.pm
b/lib/sort.pm
index
e8d6446
..
ded62c1
100644
(file)
--- 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