AnnoCPAN-Perldoc-SyncDB
view release on metacpan or search on metacpan
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
lib/AnnoCPAN/Perldoc/SyncDB.pm view on Meta::CPAN
The definitive source of Clotho Advanced Media software is
http://www.clotho.com/code/
All of our software is also available under commercial license. If
the Artisic license or the GPL does not meet the needs of your
project, please contact us at info@clotho.com or visit the above URL.
We release open source software to help the world. We hope that you
will enjoy this software, and we also hope and that you will hire us.
As authors of this software, we are best able to help you integrate it
into your project and to assist you with any problems.
=head1 SYNOPSIS
use AnnoCPAN::Perldoc::SyncDB;
AnnoCPAN::Perldoc::SyncDB->run(
dest => "$ENV{HOME}/.annopod.db",
verbose => 1,
);
lib/AnnoCPAN/Perldoc/SyncDB.pm view on Meta::CPAN
=item timeout => seconds
Specifies the LWP::UserAgent timeout. Defaults to 30 seconds.
=item compress => flag
Specifies which version of the database to download. The options are
C<bz2>, C<gz>, the empty string (i.e. no compression) or C<undef>,
which means autodetection. The autodetect mode checks if you have
Compress::Bzip2 or Compress::Zlib installed before picking the best of
the other flag values.
Defaults to C<undef> (that is, autodetect mode).
=item verbose => boolean
Defaults to a false value. If set to true, this method prints status messages to the output filehandle.
=back
( run in 0.392 second using v1.01-cache-2.11-cpan-4e96b696675 )