update install to use url; move changes file into cpan dist

This commit is contained in:
Oliver Gorwits
2012-12-21 08:17:49 +00:00
parent 56ed5376fe
commit ae8721c47e
3 changed files with 10 additions and 3 deletions

View File

@@ -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 2.00_011 - 2012-12-20
[ENHANCEMENTS] [ENHANCEMENTS]

View File

@@ -50,4 +50,4 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
version: 2.00_011 version: 2.00_012

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir'; use File::ShareDir 'dist_dir';
use Path::Class; use Path::Class;
our $VERSION = '2.00_011'; our $VERSION = '2.00_012';
BEGIN { BEGIN {
if (not length ($ENV{DANCER_APPDIR} || '') if (not length ($ENV{DANCER_APPDIR} || '')
@@ -79,7 +79,7 @@ install Netdisco and its dependencies into the C<netdisco> user's home area
--local-lib ~/perl5 \ --local-lib ~/perl5 \
App::cpanminus \ App::cpanminus \
App::local::lib::helper \ 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<netdisco> user's C<$PATH>, Link some of the newly installed apps into the C<netdisco> user's C<$PATH>,
e.g. C<~netdisco/bin>: e.g. C<~netdisco/bin>: