diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-12-21 20:53:59 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-12-21 20:53:59 +0100 |
| commit | d42ef058b85760a2063c2ac209a4afa88978d918 (patch) | |
| tree | 62578215b1735980b1d9416657e61f5d0fac0a85 /lib/Lifestream/Schema.pm | |
| parent | from a dumb .pl to Tatsumaki (diff) | |
| download | lifestream-d42ef058b85760a2063c2ac209a4afa88978d918.tar.gz | |
basic Tatsumaki application
Diffstat (limited to 'lib/Lifestream/Schema.pm')
| -rw-r--r-- | lib/Lifestream/Schema.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Lifestream/Schema.pm b/lib/Lifestream/Schema.pm new file mode 100644 index 0000000..0bf0295 --- /dev/null +++ b/lib/Lifestream/Schema.pm @@ -0,0 +1,6 @@ +package Lifestream::Schema; +use base qw/DBIx::Class::Schema/; + +__PACKAGE__->load_namespaces(); + +1; |
