Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index ae8b07d..8d7295c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+0.03
+
+    - added workaround for MM->parse_version() issue around Authen::Simple::Apache.
+      (The issue was reported to EU::MM authors)
+      (reported by rafl++)
+    - switch to version.pm instead of copied CPAN::Version.
+      Yes, it's not 5.8 core module.
+      But, if you want to use this command, you can install version.pm :P
+      (suggested by hanekomu++)
+
 0.02

     - shut up warnings on v-string
  • Loading branch information
tokuhirom committed Mar 13, 2010
1 parent f453d44 commit 1e8174b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.03

- added workaround for MM->parse_version() issue around Authen::Simple::Apache.
(The issue was reported to EU::MM authors)
(reported by rafl++)
- switch to version.pm instead of copied CPAN::Version.
Yes, it's not 5.8 core module.
But, if you want to use this command, you can install version.pm :P
(suggested by hanekomu++)

0.02

- shut up warnings on v-string
Expand Down
2 changes: 1 addition & 1 deletion lib/App/cpanoutdated.pm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package App::cpanoutdated;
our $VERSION = "0.02";
our $VERSION = "0.03";
1;

0 comments on commit 1e8174b

Please sign in to comment.