CPAN::Uploader::Tiny

Upload tarballs to CPAN

NAME

CPAN::Uploader::Tiny - Upload tarballs to CPAN

SYNOPSIS

use CPAN::Uploader::Tiny;

my $uploader = CPAN::Uploader::Tiny.new-from-config($*HOME.add: '.pause');
$uploader.upload("Your-Raku-Module-0.0.1.tar.gz");

DESCRIPTION

CPAN::Uploader::Tiny uploads tarballs to CPAN.

SEE ALSO

https://github.com/rjbs/CPAN-Uploader

https://github.com/Leont/cpan-upload-tiny

AUTHOR

Shoichi Kaji [email protected]

COPYRIGHT AND LICENSE

Copyright 2017 Shoichi Kaji

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

CPAN::Uploader::Tiny v0.1.0

Upload tarballs to CPAN

Authors

  • Shoichi Kaji

License

Artistic-2.0

Dependencies

HTTP::Tinyish

Test Dependencies

Provides

  • CPAN::Uploader::Tiny
  • CPAN::Uploader::Tiny::MultiPart

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.