add a $VERSION to every module
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / SerializeBase.pm
index 2ff0f01..7892ea4 100644 (file)
@@ -8,6 +8,9 @@ use Module::Pluggable::Object;
 use Catalyst::Request::REST;
 use Catalyst::Utils ();
 
+our $VERSION = '0.81';
+$VERSION = eval $VERSION;
+
 sub new {
   my $class  = shift;
   my $config = shift;