Update Module::Build to 0.33_06
[p5sagit/p5-mst-13.2.git] / lib / Switch.pm
index 709442e..8e98d29 100644 (file)
@@ -4,8 +4,10 @@ use strict;
 use vars qw($VERSION);
 use Carp;
 
-$VERSION = '2.14';
+use if $] >= 5.011, 'deprecate';
 
+$VERSION = '2.14_01';
+  
 
 # LOAD FILTERING MODULE...
 use Filter::Util::Call;