From: Arthur Axel "fREW" Schmidt Date: Tue, 11 May 2010 17:39:44 +0000 (+0000) Subject: you cannot take off a version number X-Git-Tag: v0.900201~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35e3517ff0fce4a5f5fc57c6b233a5ac901cb281;p=dbsrgits%2FDBIx-Class-Journal.git you cannot take off a version number --- diff --git a/lib/DBIx/Class/Schema/Journal.pm b/lib/DBIx/Class/Schema/Journal.pm index 29aaefc..6e51c62 100644 --- a/lib/DBIx/Class/Schema/Journal.pm +++ b/lib/DBIx/Class/Schema/Journal.pm @@ -22,6 +22,7 @@ __PACKAGE__->mk_classdata('journal_prefix'); use strict; use warnings; +our $VERSION = '0.01'; sub _journal_schema_prototype { my $self = shift;