Skip to content

Commit

Permalink
convert mowyw.1.txt to Pod. Also bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 10, 2011
1 parent 2b417ed commit ac51972
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 159 deletions.
4 changes: 4 additions & 0 deletions Changelog
@@ -1,3 +1,7 @@
mowyw (0.7.0)
* lib/: revamped modules to live in the App:: namespace in preparation of
a CPAN release
* script/: new directory for the mowyw script
mowyw (0.6.2) mowyw (0.6.2)
* lib/Mowyw/Datasource/XML.pm: more robust XML reading * lib/Mowyw/Datasource/XML.pm: more robust XML reading
* example/: added missing files * example/: added missing files
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Mowyw.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings; use warnings;
#use warnings FATAL => 'all'; #use warnings FATAL => 'all';


our $VERSION = '0.6.2'; our $VERSION = '0.7.0';


use App::Mowyw::Lexer qw(lex); use App::Mowyw::Lexer qw(lex);
use App::Mowyw::Datasource; use App::Mowyw::Datasource;
Expand Down

0 comments on commit ac51972

Please sign in to comment.