Checking in changes prior to tagging of version 0.78.
[gitmo/Mouse.git] / lib / Mouse / Exporter.pm
index 98f7eca..5da4968 100644 (file)
@@ -169,7 +169,8 @@ sub do_import {
         }
     }
 
-    $^H              |= $strict_bits;                                 # strict->import;
+    # strict->import;
+    $^H              |= $strict_bits;
     # warnings->import('all', FATAL => 'recursion');
     ${^WARNING_BITS} |= $warnings::Bits{all};
     ${^WARNING_BITS} |= $warnings_extra_bits;
@@ -267,7 +268,7 @@ Mouse::Exporter - make an import() and unimport() just like Mouse.pm
 
 =head1 VERSION
 
-This document describes Mouse version 0.68
+This document describes Mouse version 0.78
 
 =head1 SYNOPSIS