From 76d25a76f75d15ee17d6e9eaa7c577b3b65f964e Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Wed, 26 Jan 2011 13:19:09 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.15. Changelog diff is: --- bin/cpan-outdated | 2 +- lib/App/cpanoutdated.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cpan-outdated b/bin/cpan-outdated index f5ce003..b201055 100644 --- a/bin/cpan-outdated +++ b/bin/cpan-outdated @@ -13,7 +13,7 @@ use IO::Zlib; use CPAN::DistnameInfo; use constant WIN32 => $^O eq 'MSWin32'; -our $VERSION = "0.14"; +our $VERSION = "0.15"; my $mirror = 'http://www.cpan.org/'; my $quote = WIN32 ? q/"/ : q/'/; diff --git a/lib/App/cpanoutdated.pm b/lib/App/cpanoutdated.pm index 6407f27..da35307 100644 --- a/lib/App/cpanoutdated.pm +++ b/lib/App/cpanoutdated.pm @@ -1,3 +1,3 @@ package App::cpanoutdated; -our $VERSION = "0.14"; +our $VERSION = "0.15"; 1;