From: Aran Deltac Date: Mon, 27 Mar 2006 22:10:42 +0000 (+0000) Subject: Tree.pm with version number and nothing else. X-Git-Tag: 0.03001~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e2766f26e48d56e2cd70b4cc50fdbb940f55423;hp=e338251bec21568f78a72f89ddb009a4edba8edb;p=dbsrgits%2FDBIx-Class-Tree.git Tree.pm with version number and nothing else. --- diff --git a/lib/DBIx/Class/Tree.pm b/lib/DBIx/Class/Tree.pm new file mode 100644 index 0000000..b1d9b9f --- /dev/null +++ b/lib/DBIx/Class/Tree.pm @@ -0,0 +1,12 @@ +# vim: ts=8:sw=4:sts=4:et +package DBIx::Class::Tree; + +use strict; +use warnings; + +use vars qw($VERSION); +use base qw( DBIx::Class ); + +$VERSION = '0.01000'; + +1;