Net-Wireless-802_11-WPA-CLI/Net-Wireless-802_11-WPA-CLI
Zane C. B-H e46562448e clean up some of the POD formatting 2018-07-23 22:47:46 -05:00
..
lib/Net/Wireless/802_11/WPA clean up some of the POD formatting 2018-07-23 22:47:46 -05:00
t various files updated post rename 2011-08-16 07:55:05 +00:00
.cvsignore rename this... 2011-08-16 07:49:01 +00:00
Changes clean up some of the POD formatting 2018-07-23 22:47:46 -05:00
MANIFEST various files updated post rename 2011-08-16 07:55:05 +00:00
Makefile.PL Add new methods, cleanup various items, correct Makefile.PL, and note some changes. 2011-08-19 09:50:40 +00:00
README forgot tot take care of the reanme in the README file 2011-08-16 08:04:25 +00:00

README

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

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    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=Net-Wireless-802_11-WPA-CLI

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-Wireless-802_11-WPA-CLI

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-Wireless-802_11-WPA-CLI

    Search CPAN
        http://search.cpan.org/dist/Net-Wireless-802_11-WPA-CLI


COPYRIGHT AND LICENCE

Copyright (C) 2011 Zane C. Bowers-Hadley

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.