App-cpanbaker

 view release on metacpan or  search on metacpan

lib/App/cpanbaker.pm  view on Meta::CPAN

package App::cpanbaker;
use strict;
use warnings;
our $VERSION = '0.05';

1;
__END__

=head1 NAME

App::cpanbaker - cpan module baker, backup your whole cpan module files

=head1 SYNOPSIS

    use App::cpanbaker;

=head1 DESCRIPTION

Use cpanbaker, backup your whole cpan module files.

cpanbaker not only backup module files , also script files and cpan, cpanplus,
cpanminus, minicpan configs.

And cpanbaker also detects perlbrew, local::lib directories to backup.

=head1 SUPPORTS

    * script files
    * perlbrew.
    * local::lib.
    * inc path.
    * minicpan
    * cpan, cpanplus, cpanm config directories.

=head1 USAGE

Please check the documentation of L<bin/cpanbaker>.

=head1 AUTHOR

Yo-An Lin E<lt>cornelius.howl {at} gmail.comE<gt>

=head1 SEE ALSO

=head1 LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut



( run in 1.319 second using v1.01-cache-2.11-cpan-22024b96cdf )