Skip to content

Commit

Permalink
Add docs for create_build_script().
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@3845 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Aug 19, 2002
1 parent 22f9c8a commit 9f2e6ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/Module/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,15 @@ packaging, and convenience improvements.
=back
=head2 $m->create_build_script
Creates an executable script called C<Build> in the current directory
that will be used to execute further user actions. This script is
roughly analogous (in function, not in form) to the Makefile created
by C<ExtUtils::MakeMaker>. This method also creates some temporary
data in a directory called C<_build/>. Both of these will be removed
when the C<realclean> action is performed.
=head2 $m->add_to_cleanup
A C<Module::Build> method may call C<< $self->add_to_cleanup(@files) >>
Expand Down

0 comments on commit 9f2e6ec

Please sign in to comment.