Beer::Manifest - Extension Rules for ExtUtils::Manifest
This document describes version 0.01 of Beer::Manifest, released February 28, 2003.
In your Makefile.PL:
use inc::Beer;
update_manifest();
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.
the Beer::Admin manpage, the ExtUtils::Manifest manpage
Autrijus Tang <autrijus@autrijus.org>
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.