rename complete

git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/trunk@506 0c1c3402-1be1-de11-8092-0022686faf23
This commit is contained in:
Zane C. B-H 2011-08-16 08:01:52 +00:00
parent ad82490021
commit e9d6fb5921
1 changed files with 15 additions and 15 deletions

View File

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