Add new methods, cleanup various items, correct Makefile.PL, and note some changes.

git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/trunk@532 0c1c3402-1be1-de11-8092-0022686faf23
This commit is contained in:
Zane C. B-H 2011-08-19 09:50:40 +00:00
parent a8b6f6e2dd
commit 15c63ce322
3 changed files with 657 additions and 363 deletions

View File

@ -1,5 +1,12 @@
Revision history for Net-Wireless-802_11-WPA-CLI
2.1.0 2011-08-19/
-Add missing dependency to Makefile.PL.
-Add the methods below.
bss
scan
scan_results
2.0.2 2011-08-18/10:40
-list_networks now properly parses the returned data.

View File

@ -10,6 +10,8 @@ WriteMakefile(
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Error::Helper'=>0,
'String::ShellQuote'=>0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Net-Wireless-802_11-WPA-CLI-*' },

File diff suppressed because it is too large Load Diff