Comparer les révisions

...

3 Révisions

Auteur SHA1 Message Date
Zane C. B-H fed454a59a remove the :: and replace with - for importarting Net-Wireless-802_11-WPA-CLI into git
git-svn-id: svn://127.0.0.1/Perl/Net-Wireless-802_11-WPA-CLI/tags/1.0.0@987 0c1c3402-1be1-de11-8092-0022686faf23
2018-07-24 03:15:24 +00:00
Zane C. B-H 5828e0d1ba more toader stuff
git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/tags/1.0.0@771 0c1c3402-1be1-de11-8092-0022686faf23
2012-05-07 06:56:12 +00:00
Zane C. B-H fa523f6e3c tag 1.0.0
git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/tags/1.0.0@509 0c1c3402-1be1-de11-8092-0022686faf23
2011-08-16 08:06:22 +00:00
12 fichiers modifiés avec 44 ajouts et 38 suppressions

1
.toader/autodoc/dirs Fichier normal
Voir le fichier

@ -0,0 +1 @@
WPA-CLI/

Voir le fichier

@ -1,4 +1,7 @@
Revision history for WPA-CLI
Revision history for Net-Wireless-802_11-WPA-CLI
1.0.0 2011-08-16/03:05
-Rename to Net::Wireless::802_11::WPA::CLI.
0.1.1 2011-07-01/18:10
-Fix POD issues.

Voir le fichier

@ -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

Voir le fichier

@ -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-*' },
);

Voir le fichier

@ -1,8 +1,10 @@
WPA-CLI
Net-Wireless-802_11-WPA-CLI
This is a module for making use of wpa_cli for controlling
wpa_supplicant.
This module was originally named 'WPA::CLI', but was renamed
to bring it inline with some other stuff I've been working on.
INSTALLATION
@ -18,21 +20,21 @@ SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc WPA::CLI
perldoc Net::Wireless::802_11::WPA::CLI
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WPA-CLI
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Wireless-802_11-WPA-CLI
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/WPA-CLI
http://annocpan.org/dist/Net-Wireless-802_11-WPA-CLI
CPAN Ratings
http://cpanratings.perl.org/d/WPA-CLI
http://cpanratings.perl.org/d/Net-Wireless-802_11-WPA-CLI
Search CPAN
http://search.cpan.org/dist/WPA-CLI
http://search.cpan.org/dist/Net-Wireless-802_11-WPA-CLI
COPYRIGHT AND LICENCE

Voir le fichier

@ -1,26 +1,26 @@
package WPA::CLI;
package Net::Wireless::802_11::WPA::CLI;
use warnings;
use strict;
=head1 NAME
WPA::CLI - Provides a interface to wpa_cli.
Net::Wireless::802_11::WPA::CLI - Provides a interface to wpa_cli.
=head1 VERSION
Version 0.1.1
Version 1.0.0
=cut
our $VERSION = '0.1.1';
our $VERSION = '1.0.0';
=head1 SYNOPSIS
use WPA::CLI;
use Net::Wireless::802_11::WPA::CLI;
my $foo = WPA::CLI->new();
my $foo = Net::Wireless::802_11::WPA::CLI->new();
...
=head1 FUNCTIONS
@ -638,9 +638,9 @@ Zane C. Bowers-Hadley, C<< <vvelox at vvelox.net> >>
=head1 BUGS
Please report any bugs or feature requests to C<bug-wpa-cli at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WPA-CLI>. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
Please report any bugs or feature requests to C<bug-net-wireless-802_11--wpa-cli at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Wireless-802_11-WPA-CLI>. I will be
notified, and then you'll automatically be notified of progress on your bug as I make changes.
@ -649,7 +649,7 @@ automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc WPA::CLI
perldoc Net::Wireless::802_11::WPA::CLI
You can also look for information at:
@ -658,19 +658,19 @@ You can also look for information at:
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=WPA-CLI>
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Wireless-802_11-WPA-CLI>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/WPA-CLI>
L<http://annocpan.org/dist/Net-Wireless-802_11-WPA-CLI>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/WPA-CLI>
L<http://cpanratings.perl.org/d/Net-Wireless-802_11-WPA-CLI>
=item * Search CPAN
L<http://search.cpan.org/dist/WPA-CLI>
L<http://search.cpan.org/dist/Net-Wireless-802_11-WPA-CLI>
=back
@ -688,4 +688,4 @@ under the same terms as Perl itself.
=cut
1; # End of WPA::CLI
1; # End of Net::Wireless::802_11::WPA::CLI

Voir le fichier

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

Voir le fichier

@ -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');
}

Voir le fichier

@ -1,9 +0,0 @@
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'WPA::CLI' );
}
diag( "Testing WPA::CLI $WPA::CLI::VERSION, Perl $], $^X" );