ADDED: Added test cases for "make test"

ADDED:          Added test for optional and required perl modules in
                Makefile.PL
FIXED:          NOTEDB::dumper version string were wrong, therefore
                cpan didn't index is properly.
This commit is contained in:
TLINDEN
2012-02-10 20:35:44 +01:00
parent 08cb2a0962
commit a5188ae5da
7 changed files with 97 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
package NOTEDB::dumper;
$NOTEDB::text::VERSION = "1.00";
$NOTEDB::dumper::VERSION = "1.01";
use strict;
use Data::Dumper;