Skip to content

Commit 9a7eb97

Browse files
committed
Checking in changes prior to tagging of version 0.9001. Changelog diff is:
diff --git a/Changes b/Changes index a4f456d..8ad6dbd 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension Plack +0.9001 Tue Oct 13 00:55:34 PDT 2009 + - Downgrade EUMM in inc/ + 0.9000 Tue Oct 13 00:14:01 PDT 2009 - original version
1 parent 3080a90 commit 9a7eb97

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Revision history for Perl extension Plack
22

3+
0.9001 Tue Oct 13 00:55:34 PDT 2009
4+
- Downgrade EUMM in inc/
5+
36
0.9000 Tue Oct 13 00:14:01 PDT 2009
47
- original version

lib/Plack.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Plack;
33
use strict;
44
use warnings;
55
use 5.008_001;
6-
our $VERSION = '0.9000';
6+
our $VERSION = '0.9001';
77

88
1;
99
__END__

0 commit comments

Comments
 (0)