summary refs log tree commit diff
path: root/extract-seed.pl
blob: 293c2708b9791be03ff10e5b52ddc1d72e4e7b8c (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env perl
use strict;
use warnings;
use githubexplorer::Schema;

my $schema = githubexplorer::Schema->connect();