Clarify that one year starts at the major release which does the deprecation
[gitmo/Moose.git] / lib / Moose / Deprecated.pm
index bda65d6..db19dc8 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Deprecated;
 use strict;
 use warnings;
 
-our $VERSION = '1.17';
+our $VERSION = '1.19';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';