diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-12 11:37:06 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-12 11:37:06 +0100 |
| commit | 1cef6de2844dbba45a34609e772284b9a87b86fe (patch) | |
| tree | 1a12d5a45760058fabb748a59319d6ea5362b516 /extract-seed.pl | |
| parent | Merge branch 'master' of git@lj:github-explorer (diff) | |
| download | github-explorer-1cef6de2844dbba45a34609e772284b9a87b86fe.tar.gz | |
wip
Diffstat (limited to '')
| -rw-r--r-- | extract-seed.pl | 6 |
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 |
