Acme-ConspiracyTheory-Random

 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.

README  view on Meta::CPAN


SEE ALSO
    REDACTED

AUTHOR
    Toby Inkster <tobyink@cpan.org>.

CONTRIBUTORS
    Alex Jones discovered that there are secretly other people who have
    contributed to this module but Toby Inkster is working with Microsoft and
    the Illuminati to cover it up. I tried to blog about it but all my posts
    keep getting taken down from Tumblr. There are hidden clues on GitHub
    <https://github.com/tobyink/p5-acme-conspiracytheory-random/graphs/contrib
    utors>. You don't want to know how deep this rabbit hole goes!

COPYRIGHT AND LICENCE
    This software is copyright (c) 2021 by Toby Inkster.

    This is free software; you can redistribute it and/or modify it under the
    same terms as the Perl 5 programming language system itself.

lib/Acme/ConspiracyTheory/Random.pm  view on Meta::CPAN

		my $topicname = $topic->{name};
		my $have      = $topic->{plural} ? 'have' : 'has';
		push @x, (
			"there's hidden clues in the Wikipedia page about $topicname",
			"THEY let it slip during an edit war in a Wikipedia page about $topicname",
			"Bible numerology has clues about $topicname",
			"the Voynich manuscript has clues about $topicname",
			"$topicname $have always been suspicious",
			"$topicname $have connections to THEM",
			"nobody really understands $topicname",
			"all my posts about $topicname keep getting taken down by Tumblr",
		);
	}

	if ( my $p = $redstring->{random_place} // $redstring->{bad_place} ) {
		my $bad = $redstring->{antagonist}{name}
			// $redstring->{protagonist}{name}
			// $redstring->{shady_group}{name}
			// shady_group( $redstring );
		push @x, (
			"the Wikipedia entry for $p keeps getting edited by $bad",

lib/Acme/ConspiracyTheory/Random.pm  view on Meta::CPAN

					"$group2 used $tool to try to stop $group_shortname but it didn't work.",
				);
			}
			
			if ( _RANDOM_( 1, 2 ) == 1 ) {
				$group3 = shady_group( $redstring );
				$redstring->{antagonists} //= $redstring->{shady_group};
				my $web = website( $redstring );
				push @parts, _UCFIRST_ _RANDOM_(
					"$group3 hacked the $group_shortname $web account to track them through $place.",
					"$group3 noticed $group_shortname used an IP address from $place to post on $web.",
					"$group_shortname contacted $group3 on $web about $artifact.",
				);
			}
			
			if ( $group2 and $group3 ) {
				push @parts, _UCFIRST_ _RANDOM_(
					"$group2 and $group3 are in contact with each other.",
					"$group2 and $group3 hired the same planner for their Christmas party.",
					"$group2 and $group3 are connected.",
					"$group2 and $group3 are probably working together.",

lib/Acme/ConspiracyTheory/Random.pm  view on Meta::CPAN

REDACTED

=head1 AUTHOR

Toby Inkster E<lt>tobyink@cpan.orgE<gt>.

=head1 CONTRIBUTORS

Alex Jones discovered that there are secretly other people who have contributed
to this module but Toby Inkster is working with Microsoft and the Illuminati to
cover it up. I tried to blog about it but all my posts keep getting taken down
from Tumblr. There are hidden clues on L<GitHub|https://github.com/tobyink/p5-acme-conspiracytheory-random/graphs/contributors>.
You don't want to know how deep this rabbit hole goes!

=head1 COPYRIGHT AND LICENCE

This software is copyright (c) 2021 by Toby Inkster.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.



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