various files updated post rename

git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/trunk@503 0c1c3402-1be1-de11-8092-0022686faf23
This commit is contained in:
Zane C. B-H 2011-08-16 07:55:05 +00:00
parent 9bd2889870
commit 8e849bdd7c
5 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,8 @@
Revision history for WPA-CLI
1.0.0 2011-08-/
-Rename to Net::Wireless::802_11::WPA::CLI.
0.1.1 2011-07-01/18:10
-Fix POD issues.
-Update name post marriage.

View File

@ -2,7 +2,7 @@ Changes
MANIFEST
Makefile.PL
README
lib/WPA/CLI.pm
lib/Net/Wireless/802_11/WPA/CLI.pm
t/00-load.t
t/pod-coverage.t
t/pod.t

View File

@ -3,14 +3,14 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'WPA::CLI',
NAME => 'Net::Wireless::802_11::WPA::CLI',
AUTHOR => 'Zane C. Bowers-Hadley <vvelox@vvelox.net>',
VERSION_FROM => 'lib/WPA/CLI.pm',
ABSTRACT_FROM => 'lib/WPA/CLI.pm',
VERSION_FROM => 'lib/Net/Wireless/802_11/WPA/CLI.pm',
ABSTRACT_FROM => 'lib/Net/Wireless/802_11/WPA/CLI.pm',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'WPA-CLI-*' },
);
clean => { FILES => 'Net-Wireless-802_11-WPA-CLI-*' },
);

View File

@ -3,7 +3,7 @@
use Test::More tests => 1;
BEGIN {
use_ok( 'WPA::CLI' );
use_ok( 'Net::Wireless::802_11::WPA::CLI' );
}
diag( "Testing WPA::CLI $WPA::CLI::VERSION, Perl $], $^X" );
diag( "Testing Net::Wireless::802_11::WPA::CLI $Net::Wireless::802_11::WPA::CLI::VERSION, Perl $], $^X" );

View File

@ -48,7 +48,7 @@ TODO: {
"placeholder date/time" => qr(Date/time)
);
module_boilerplate_ok('lib/WPA/CLI.pm');
module_boilerplate_ok('lib/Net/Wireless/802_11/WPA/CLI.pm');
}