Skip to content
Snippets Groups Projects
Verified Commit 995b2927 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added special handling if module version not set with Dist::Zilla

parent 592f1e2f
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,8 @@ BEGIN {
use_ok( 'SLUB::LZA::TA' ) || print "Bail out!\n";
}
diag( "Testing SLUB::LZA::TA $SLUB::LZA::TA::VERSION, Perl $], $^X" );
if (defined $SLUB::LZA::TA::VERSION) {
diag("Testing SLUB::LZA::TA $SLUB::LZA::TA::VERSION, Perl $], $^X");
} else {
diag("Testing SLUB::LZA::TA (pre installed version), Perl $], $^X");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment