diff --git a/.shipit b/.shipit new file mode 100644 index 0000000..4c665a1 --- /dev/null +++ b/.shipit @@ -0,0 +1 @@ +steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist diff --git a/Makefile.PL b/Makefile.PL index 0146b63..72288a5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ WriteMakefile( NAME => 'Text::Dokuwiki', AUTHOR => ["Alex 'AdUser' Z "], ABSTRACT => 'set of modules to work with dokuwiki format', - VERSION => '0.01', + VERSION => '0.02', LICENSE => 'perl_5', EXE_FILES => ['bin/dw2md'], PREREQ_PM => {