Skip to content

Instantly share code, notes, and snippets.

View karenetheridge's full-sized avatar
💭
🇹🇼🇭🇰🇺🇦"The only person who ever got his work done by Friday was Robinson Crusoe"

Karen Etheridge karenetheridge

💭
🇹🇼🇭🇰🇺🇦"The only person who ever got his work done by Friday was Robinson Crusoe"
View GitHub Profile
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)
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',