Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
NAME
Beer::Manifest - Extension Rules for ExtUtils::Manifest
VERSION
This document describes version 0.01 of Beer::Manifest, released February 28, 2003.
SYNOPSIS
In your Makefile.PL:
use inc::Beer;
update_manifest();
DESCRIPTION
This module provides wrapper functions around ExtUtils::Manifest.
Currently it only exports one function, update_manifest
, which updates the MANIFEST file to include inc/Beer.pm and inc/Beer/* automatically.
SEE ALSO
Beer::Admin, ExtUtils::Manifest
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.