CPANPLUS-Dist-Build

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        $build->create;     # runs build && build test
        $build->install;    # runs build install

DESCRIPTION

    CPANPLUS::Dist::Build is a distribution class for Module::Build related
    modules. Using this package, you can create, install and uninstall perl
    modules. It inherits from CPANPLUS::Dist.

    Normal users won't have to worry about the interface to this module, as
    it functions transparently as a plug-in to CPANPLUS and will just Do
    The Right Thing when it's loaded.

ACCESSORS

    parent()

      Returns the CPANPLUS::Module object that parented this object.

    status()

lib/CPANPLUS/Dist/Build.pm  view on Meta::CPAN

    $build->install;    # runs build install

=head1 DESCRIPTION

C<CPANPLUS::Dist::Build> is a distribution class for C<Module::Build>
related modules.
Using this package, you can create, install and uninstall perl
modules. It inherits from C<CPANPLUS::Dist>.

Normal users won't have to worry about the interface to this module,
as it functions transparently as a plug-in to C<CPANPLUS> and will
just C<Do The Right Thing> when it's loaded.

=head1 ACCESSORS

=over 4

=item C<parent()>

Returns the C<CPANPLUS::Module> object that parented this object.



( run in 0.287 second using v1.01-cache-2.11-cpan-0a6323c29d9 )