projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4ff3fe7
)
Best estimiate patch number for 5.8.9 release.
author
Nicholas Clark <nick@ccl4.org>
Sun, 14 Dec 2008 17:46:47 +0000 (17:46 +0000)
committer
Nicholas Clark <nick@ccl4.org>
Sun, 14 Dec 2008 17:46:47 +0000 (17:46 +0000)
p4raw-id: //depot/maint-5.8/perl@35093
lib/Module/CoreList.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Module/CoreList.pm
b/lib/Module/CoreList.pm
index
896c9a8
..
fbaeaf3
100644
(file)
--- a/
lib/Module/CoreList.pm
+++ b/
lib/Module/CoreList.pm
@@
-204,7
+204,7
@@
sub find_version {
5.009004 => [perl => 28727],
5.009005 => [perl => 31562],
5.010000 => [perl => 32642],
- # FIXME ONCE KNOWN 5.008009 => ['maint-5.8' => 35088],
+ 5.008009 => ['maint-5.8' => 35095],
);
for my $version ( sort { $a <=> $b } keys %released ) {