X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSwitch.pm;h=8e98d296b71847b32c9af5ebeb69ba2ed9897e73;hb=752ce16633029b870704ea72df1c7040865414d7;hp=709442e96f75853f277bf69db68c668fd7ac8594;hpb=01c2a33d9c8801c319aa999a05dc0d7812571930;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Switch.pm b/lib/Switch.pm index 709442e..8e98d29 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -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;