Skip to content

Commit

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

diff --git a/Changes b/Changes
index 6135daa..e2f7b06 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.06
+
+    - version number comparator should be more permissive
+      RT#58165(reported by Rafael Kitover)
+
 0.05

     - allow specifying alternate mirror urls(doy++)
  • Loading branch information
tokuhirom committed Jun 6, 2010
1 parent dc57f52 commit 300efbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.06

- version number comparator should be more permissive
RT#58165(reported by Rafael Kitover)

0.05

- allow specifying alternate mirror urls(doy++)
Expand Down
2 changes: 1 addition & 1 deletion bin/cpan-outdated
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Config;
use version;
use constant WIN32 => $^O eq 'MSWin32';

our $VERSION = "0.05";
our $VERSION = "0.06";

my $mirror = 'http://www.cpan.org/';
my $quote = WIN32 ? q/"/ : q/'/;
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.05";
our $VERSION = "0.06";
1;

0 comments on commit 300efbf

Please sign in to comment.