We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3080a90 commit 9a7eb97Copy full SHA for 9a7eb97
Changes
@@ -1,4 +1,7 @@
1
Revision history for Perl extension Plack
2
3
+0.9001 Tue Oct 13 00:55:34 PDT 2009
4
+ - Downgrade EUMM in inc/
5
+
6
0.9000 Tue Oct 13 00:14:01 PDT 2009
7
- original version
lib/Plack.pm
@@ -3,7 +3,7 @@ package Plack;
use strict;
use warnings;
use 5.008_001;
-our $VERSION = '0.9000';
+our $VERSION = '0.9001';
8
1;
9
__END__
0 commit comments