From 825b4a596d2eb3409770daab3a4c47ac14b890c5 Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Tue, 4 May 2010 11:16:55 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.05. 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. --- Changes | 4 ++++ bin/cpan-outdated | 2 +- lib/App/cpanoutdated.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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. diff --git a/bin/cpan-outdated b/bin/cpan-outdated index 9977fb0..831f939 100644 --- a/bin/cpan-outdated +++ b/bin/cpan-outdated @@ -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/'/; diff --git a/lib/App/cpanoutdated.pm b/lib/App/cpanoutdated.pm index e474ce1..a878895 100644 --- a/lib/App/cpanoutdated.pm +++ b/lib/App/cpanoutdated.pm @@ -1,3 +1,3 @@ package App::cpanoutdated; -our $VERSION = "0.04"; +our $VERSION = "0.05"; 1;