diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-02-07 19:08:27 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-02-07 19:08:27 -0800 |
| commit | bfb44c051b0ab57ff497f115bd9ab901e8299ced (patch) | |
| tree | 3e476b0d3c7377dafa88756bdcc7b5da7f298c3c /_build/prereqs | |
first
Diffstat (limited to '_build/prereqs')
| -rw-r--r-- | _build/prereqs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_build/prereqs b/_build/prereqs new file mode 100644 index 0000000..d10c6bf --- /dev/null +++ b/_build/prereqs @@ -0,0 +1,12 @@ +do{ my $x = { + 'test_requires' => {}, + 'build_requires' => {}, + 'conflicts' => {}, + 'recommends' => {}, + 'requires' => { + 'Games::Cards' => 0, + 'IO::Socket' => 0, + 'Data::Dumper' => 0 + } + }; +$x; }
\ No newline at end of file |
