Skip to content

Commit

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

diff --git a/Changes b/Changes
index 48c6d87..6135daa 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.05
+
+    - allow specifying alternate mirror urls(doy++)
+
 0.04

     - oops. 0.03 is wrong release.
  • Loading branch information
tokuhirom committed May 4, 2010
1 parent 76679cb commit 825b4a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.05

- allow specifying alternate mirror urls(doy++)

0.04

- oops. 0.03 is wrong release.
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.04";
our $VERSION = "0.05";

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.04";
our $VERSION = "0.05";
1;

0 comments on commit 825b4a5

Please sign in to comment.