bump version to 1.999_002
[p5sagit/strictures.git] / lib / strictures.pm
index cff36fb..909d27a 100644 (file)
@@ -8,12 +8,13 @@ BEGIN {
   *_CAN_GOTO_VERSION = ($] >= 5.008000) ? sub(){1} : sub(){0};
 }
 
-our $VERSION = '1.999_001';
+our $VERSION = '1.999_002';
 $VERSION = eval $VERSION;
 $VERSION = 2; # a bit of a cheat, but requesting v2 needs to be possible
 
 our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
   closure
+  chmod
   deprecated
   exiting
   experimental
@@ -72,6 +73,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
   taint
   threads
   uninitialized
+  umask
   unpack
   untie
   utf8