- irc://irc.perl.org/ether
- in/karenetheridge
- https://paypal.me/karenetheridge42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This document describes the process by which PAUSE analyzes a Perl 5 | |
distribution tarball after upload. This does *NOT* necessarily apply to | |
perl core uploads. | |
# Definitions | |
* 'uploader' → PAUSE ID of a person uploading a file to PAUSE | |
* 'tarball' → filename of an archive containing a CPAN distribution | |
(whether tar or otherwise) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use warnings; | |
# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.026 | |
use Test::More tests => 6 + ( $ENV{AUTHOR_TESTING} ? 1 : 0 ); | |
my @module_files = ( | |
'Meerkat.pm', 'Meerkat/Collection.pm', | |
'Meerkat/Cursor.pm', 'Meerkat/DateTime.pm', |