projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a78dbd0
)
Increase $sort::VERSION to 2.02
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 1 Dec 2012 02:01:40 +0000
(18:01 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 1 Dec 2012 02:02:36 +0000
(18:02 -0800)
lib/sort.pm
patch
|
blob
|
history
diff --git
a/lib/sort.pm
b/lib/sort.pm
index
246128e
..
7c8e50d
100644
(file)
--- a/
lib/sort.pm
+++ b/
lib/sort.pm
@@
-1,6
+1,6
@@
package sort;
-our $VERSION = '2.0
1
';
+our $VERSION = '2.0
2
';
# 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