From ae8721c47ec57205180826e9abf5178af483ea1b Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 21 Dec 2012 08:17:49 +0000 Subject: [PATCH] update install to use url; move changes file into cpan dist --- Changes => Netdisco/Changes | 7 +++++++ Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) rename Changes => Netdisco/Changes (97%) diff --git a/Changes b/Netdisco/Changes similarity index 97% rename from Changes rename to Netdisco/Changes index da5d7552..8885578c 100644 --- a/Changes +++ b/Netdisco/Changes @@ -1,3 +1,10 @@ +2.00_012 - 2012-12-21 + + [ENHANCEMENTS] + + * Move Changes file to be in CPAN Dist + * Update install docs to use URL for package until we are CPAN-indexed + 2.00_011 - 2012-12-20 [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 98ff3e61..1308a0fb 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -50,4 +50,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng -version: 2.00_011 +version: 2.00_012 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 654a087e..ae6c267d 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.00_011'; +our $VERSION = '2.00_012'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '') @@ -79,7 +79,7 @@ install Netdisco and its dependencies into the C user's home area --local-lib ~/perl5 \ App::cpanminus \ App::local::lib::helper \ - App::Netdisco + http://cpan.metacpan.org/authors/id/O/OL/OLIVER/App-Netdisco-2.00_012.tar.gz Link some of the newly installed apps into the C user's C<$PATH>, e.g. C<~netdisco/bin>: