From a7cc690ced15e1a0191d27034006bfb17a0deeb5 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 23 Jan 2010 19:36:24 +0100 Subject: basic github crawler using api --- lib/githubexplorer/Schema.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/githubexplorer/Schema.pm (limited to 'lib/githubexplorer/Schema.pm') diff --git a/lib/githubexplorer/Schema.pm b/lib/githubexplorer/Schema.pm new file mode 100644 index 0000000..306480c --- /dev/null +++ b/lib/githubexplorer/Schema.pm @@ -0,0 +1,7 @@ +package githubexplorer::Schema; + +use base qw/DBIx::Class::Schema/; + +__PACKAGE__->load_namespaces(); + +1; -- cgit v1.2.3