import Devel-Size 0.57 from CPAN
[p5sagit/Devel-Size.git] / Size.pm
diff --git a/Size.pm b/Size.pm
index f1a3866..3ddade8 100644 (file)
--- a/Size.pm
+++ b/Size.pm
@@ -24,10 +24,12 @@ require DynaLoader;
 @EXPORT = qw(
        
 );
-$VERSION = '0.56';
+$VERSION = '0.57';
 
 bootstrap Devel::Size $VERSION;
 
+our $warn = 1;
+
 # Preloaded methods go here.
 
 1;