Skip to content

Commit

Permalink
Updated changes, version and gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
apersaud committed Jan 25, 2013
1 parent 4569096 commit da348e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
MYMETA.*
Makefile
*.tar.gz
pm_to_*
blib
8 changes: 5 additions & 3 deletions Changes
@@ -1,11 +1,13 @@
Revision history for Perl extension Nmap::Parser.

Latest version: http://apersaud.github.com/Nmap-Parser/
Bleeding Edge version: http://apersaud.github.com/Nmap-Parser/
http://search.cpan.org/~apersaud/Nmap-Parser/

Website: http://anthonypersaud.com/
For a full list of changes and contributors see: https://github.com/apersaud/Nmap-Parser/commits/master

Changes for 1.22
Changes for 1.30
- Merged features of pull request #6 (bonsaiviking)
https://github.com/apersaud/Nmap-Parser/commit/7ccf752af
- Allow osclass elements within osmatch, Nmap XML format changed in 6.00

Changes for 1.21
Expand Down
2 changes: 1 addition & 1 deletion Parser.pm
Expand Up @@ -5,7 +5,7 @@ use XML::Twig;
use Storable qw(dclone);
use vars qw($VERSION %D);

$VERSION = 1.22;
$VERSION = 1.30;


sub new {
Expand Down

0 comments on commit da348e5

Please sign in to comment.