Acme-MakeMoneyAtHome

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN


2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.

3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:

  a) place your modifications in the Public Domain or otherwise make them
     Freely Available, such as by posting said modifications to Usenet or an
     equivalent medium, or placing the modifications on a major archive site
     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

META.json  view on Meta::CPAN

{
   "abstract" : "I made 17047 dollars just posting Acme dists to CPAN",
   "author" : [
      "Jon Portnoy <avenj@cobaltirc.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'I made 17047 dollars just posting Acme dists to CPAN'
author:
  - 'Jon Portnoy <avenj@cobaltirc.org>'
build_requires:
  Test::More: 0.88
configure_requires:
  ExtUtils::MakeMaker: 0
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "I made 17047 dollars just posting Acme dists to CPAN",
  "AUTHOR" => "Jon Portnoy <avenj\@cobaltirc.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-MakeMoneyAtHome",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Acme::MakeMoneyAtHome",
  "PREREQ_PM" => {},
  "TEST_REQUIRES" => {

README.mkdn  view on Meta::CPAN

# NAME

Acme::MakeMoneyAtHome - I made 17047 dollars just posting Acme dists to CPAN

# SYNOPSIS

    use Acme::MakeMoneyAtHome;
    print make_money_at_home();

# DESCRIPTION

Exports the function **make\_money\_at\_home**, which can tell you how
much money your father's gym spotter's autistic goldfish made last month just

lib/Acme/MakeMoneyAtHome.pm  view on Meta::CPAN

  "autistic goldfish",
  "dishwasher",
  "valet",
  "caddy",
  "system administrator",
);

our @Activity = (
  "photoshopping dicks",
  "browsing 4chan",
  "posting memes",
  "mining scamcoins",
  "browsing CPAN",
  "avoiding honest work",
  "being a fucktard on Tumblr",
  "smoking weed",
  "scamming people",
  "writing to Nigerian princes",
  "collecting reddit karma",
  "mocking celebrities",
  "playing Farm Birds on MyFace+",
  "IRCing",
  "answering fetish surveys",
  "finding version.pm bugs",
  "blowing cocaine",
  "swiping Tinder",
  "posting to stackoverflow",
  "watching pornography",
  "measuring midgets",
);


sub make_money_at_home {
  my $activity = $Activity[rand @Activity];

  my @people;
  do {

lib/Acme/MakeMoneyAtHome.pm  view on Meta::CPAN

  ."a few hours per day."
}

print make_money_at_home."\n" unless caller; 1;


=pod

=head1 NAME

Acme::MakeMoneyAtHome - I made 17047 dollars just posting Acme dists to CPAN

=head1 SYNOPSIS

  use Acme::MakeMoneyAtHome;
  print make_money_at_home();

=head1 DESCRIPTION

Exports the function B<make_money_at_home>, which can tell you how
much money your father's gym spotter's autistic goldfish made last month just



( run in 0.664 second using v1.01-cache-2.11-cpan-ceb78f64989 )