line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::jerkcity; |
2
|
1
|
|
|
1
|
|
120458
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
44
|
|
3
|
1
|
|
|
1
|
|
6
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
71
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=encoding iso-8859-1 |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Acme::MetaSyntactic::jerkcity - The Jerkcity theme |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Character names and other keywords from the popular (at least |
18
|
|
|
|
|
|
|
on #perl) webcomic I. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
See L for details. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Rafaël Garcia-Suarez. |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 CHANGES |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=over 4 |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=item * |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=item * |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
2005-08-29 |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.37. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=item * |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
2005-08-23 |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
After some discussion on IRC, C provided the initial list: |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
14:10 <@rgs> il faut en faire un jerkcity |
49
|
|
|
|
|
|
|
14:10 <@rgs> DONGS |
50
|
|
|
|
|
|
|
14:10 <@rgs> spigot deuce rands |
51
|
|
|
|
|
|
|
14:10 <@rgs> et pants |
52
|
|
|
|
|
|
|
14:11 <@rgs> HUGLAGHALGHALGHAL |
53
|
|
|
|
|
|
|
14:11 <@rgs> T |
54
|
|
|
|
|
|
|
14:12 <@rgs> il doit être possible d'extraire la liste des personnages automatiquement |
55
|
|
|
|
|
|
|
14:12 <@rgs> avec un script perl, par exemple |
56
|
|
|
|
|
|
|
14:17 <@rgs> http://en.wikipedia.org/wiki/Jerkcity |
57
|
|
|
|
|
|
|
14:18 <@BooK> rgs: patches welcome |
58
|
|
|
|
|
|
|
14:18 <+purl> Of course, you really mean FOAD, HAND, HTH |
59
|
|
|
|
|
|
|
14:19 <@rgs> BooK: forthcoming |
60
|
|
|
|
|
|
|
14:21 <@rgs> BooK: Atandt Bung Deuce Dick Effigy Hanford Harriet Jean_Charles Net Ozone Pants Rands Spigot T HUGLAGHALGHALGHAL gay dicks dongs rape piss |
61
|
|
|
|
|
|
|
14:23 <@rgs> d'autres mots-clés du plot ? |
62
|
|
|
|
|
|
|
14:24 <@rgs> hmm, peut être faut ajouter une option --over-18 à meta(1) |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=back |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
=head1 SEE ALSO |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
L, L. |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
=cut |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
__DATA__ |