-
-
16 Aug 2014 17:09:32 UTC
- Distribution: akefile
- Module version: 0.08
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (101 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (11.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
akefile - Generate a Makefile.PL in your favorite style
SYNOPSIS
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
DESCRIPTION
This module will attempt to generate a Makefile.PL for you, so that you can stop worrying about that stuff.
STATUS
This module is brand new. Don't use it yet.
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2011-2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install akefile, copy and paste the appropriate command in to your terminal.
cpanm akefile
perl -MCPAN -e shell install akefile
For more information on module installation, please visit the detailed CPAN module installation guide.