
akefile - Generate a Makefile.PL in your favorite style

From command line:
perl -Makefile=PL # Create a Makefile.PL and run it
make test # test
make install # install
make purge # Clean up and delete the Makefile.PL
Other invocations:
perl Makefile=MI # Module Install
perl Makefile=MP # Module Package
perl Makefile=MB # Module Build
perl Makefile=DZ # DistZilla
perl Makefile=XY # From akefile::XY plugin

This module will attempt to generate a Makefile.PL for you, so that you can stop worrying about that stuff.

This module is brand new. Don't use it yet.

Ingy döt Net <ingy@cpan.org>

Copyright (c) 2011. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.