Vergelijk commits

...

3 Commits

Auteur SHA1 Bericht Datum
Zane C. B-H adba76732b 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/2.1.0@987 0c1c3402-1be1-de11-8092-0022686faf23
2018-07-24 03:15:24 +00:00
Zane C. B-H 5bd1eda903 more toader stuff
git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/tags/2.1.0@771 0c1c3402-1be1-de11-8092-0022686faf23
2012-05-07 06:56:12 +00:00
Zane C. B-H acb7871710 tag 2.1.0
git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/tags/2.1.0@539 0c1c3402-1be1-de11-8092-0022686faf23
2011-08-19 10:57:59 +00:00
4 gewijzigde bestanden met toevoegingen van 924 en 375 verwijderingen

1
.toader/autodoc/dirs Normal file
Bestand weergeven

@ -0,0 +1 @@
Net-Wireless-802_11-WPA-CLI/

Bestand weergeven

@ -1,5 +1,27 @@
Revision history for Net-Wireless-802_11-WPA-CLI
2.1.0 2011-08-19/06:00
-Add missing dependency to Makefile.PL.
-POD cleanup.
-get_network no longer removes quotes
-Add the methods below.
bss
scan
scan_results
get_capability
2.0.2 2011-08-18/10:40
-list_networks now properly parses the returned data.
2.0.1 2011-08-18/10:10
-Fix some initialization errors and issues with status_breakdown.
2.0.0 2011-08-18/08:15
-Now uses Error::Helper.
-Allows for a control socket to be specified.
-Now depends on shell_quote.
-Lots of cleanup in regards to error handling.
1.0.0 2011-08-16/03:05
-Rename to Net::Wireless::802_11::WPA::CLI.

Bestand weergeven

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