Tree.pm with version number and nothing else.
Aran Deltac [Mon, 27 Mar 2006 22:10:42 +0000 (22:10 +0000)]
lib/DBIx/Class/Tree.pm [new file with mode: 0644]

diff --git a/lib/DBIx/Class/Tree.pm b/lib/DBIx/Class/Tree.pm
new file mode 100644 (file)
index 0000000..b1d9b9f
--- /dev/null
@@ -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;