# akefile **Repository Path**: mirrors_gitpan/akefile ## Basic Information - **Project Name**: akefile - **Description**: Read-only release history for akefile - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 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. See