Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.07.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index e2f7b06..67e0d4c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.07
+
+    - depend to EU::MM 6.56 for better version number parsing.
+      (reported by aer0++, fixed by chiba++)
+
 0.06

     - version number comparator should be more permissive
  • Loading branch information
tokuhirom committed Jun 28, 2010
1 parent eab4802 commit 25e0ee3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
0.07

- depend to EU::MM 6.56 for better version number parsing.
(reported by aer0++, fixed by chiba++)

0.06

- version number comparator should be more permissive
Expand Down
2 changes: 1 addition & 1 deletion bin/cpan-outdated
Expand Up @@ -10,7 +10,7 @@ use Config;
use version;
use constant WIN32 => $^O eq 'MSWin32';

our $VERSION = "0.06";
our $VERSION = "0.07";

my $mirror = 'http://www.cpan.org/';
my $quote = WIN32 ? q/"/ : q/'/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/cpanoutdated.pm
@@ -1,3 +1,3 @@
package App::cpanoutdated;
our $VERSION = "0.06";
our $VERSION = "0.07";
1;

0 comments on commit 25e0ee3

Please sign in to comment.