Partial implementation of the 'Commit Reel'
[VCS-Git-Torrent.git] / Makefile.PL
blobea4c57f0fd9dd4dd02249c6db28d90b5f36955da
1 use inc::Module::Install;
3 name            ("VCS-Git-Torrent");
4 abstract        ("An implementation of GTP/0.1");
5 author          ("Sam Vilain <samv@cpan.org>");
6 version_from    ("lib/VCS/Git/Torrent.pm");
7 license         ("GPL3");
9 requires        ("perl" => 5.008001);
10 requires        ("Moose" => 0.32);
11 requires        ("Sub::Exporter");
13 &WriteAll;