added test on reporting of failure to load extra deps
[p5sagit/strictures.git] / lib / strictures.pm
index 1170a25..fb019d4 100644 (file)
@@ -21,7 +21,7 @@ sub VERSION {
   shift->SUPER::VERSION(@_);
 }
 
-my $extra_load_states;
+our $extra_load_states;
 
 our $Smells_Like_VCS = (-e '.git' || -e '.svn'
   || (-e '../../dist.ini' && (-e '../../.git' || -e '../../.svn')));