pjf: dual life modules
[p5sagit/p5-mst-13.2.git] / lib / autodie / t / version.t
old mode 100644 (file)
new mode 100755 (executable)
index 7a68f7f..a729129
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 use strict;
-use Test::More tests => 3;
+use Test::More tests => 4;
 
 # For the moment, we'd like all our versions to be the same.
 # In order to play nicely with some code scanners, they need to be
@@ -9,9 +9,11 @@ use Test::More tests => 3;
 
 require Fatal;
 require autodie;
+require autodie::hints;
 require autodie::exception;
 require autodie::exception::system;
 
 is($Fatal::VERSION, $autodie::VERSION);
 is($autodie::VERSION, $autodie::exception::VERSION);
 is($autodie::exception::VERSION, $autodie::exception::system::VERSION);
+is($Fatal::VERSION, $autodie::hints::VERSION);