[doc] lib/VCS/Git/Torrent/Peer/Async/State.pm
[VCS-Git-Torrent.git] / Makefile.PL
blobbb49a752421444af0e247ce8c2518ae030212cba
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");
12 requires        ("MooseX::Timestamp" => 0.01);
14 &WriteAll;