summaryrefslogtreecommitdiff
path: root/extract-seed.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-12 12:00:27 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-12 12:00:27 +0100
commit1f68a82c35b01fd5a8efbf3894d74c020acaf7ed (patch)
tree1d76cfd9866ecb81da0d1ba086cd867e50359959 /extract-seed.pl
parentwip (diff)
parentwip (diff)
downloadgithub-explorer-1f68a82c35b01fd5a8efbf3894d74c020acaf7ed.tar.gz
Merge branch 'master' of lj:github-explorer
* 'master' of lj:github-explorer: wip prepare repos small fix
Diffstat (limited to '')
-rw-r--r--extract-seed.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/extract-seed.pl b/extract-seed.pl
new file mode 100644
index 0000000..293c270
--- /dev/null
+++ b/extract-seed.pl
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use githubexplorer::Schema;
+
+my $schema = githubexplorer::Schema->connect(); \ No newline at end of file