The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

See http://www.perl.com/perl/misc/Artistic.html