Result:
found 469 distributions and 1050 files matching your query ! ( run in 0.699 )


Acme-24

 view release on metacpan or  search on metacpan

fortune/jackbauer  view on Meta::CPAN

2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
%
When humans trip on acid, it alters their perceptions of reality. When Jack Bauer trips on acid, it alters reality.
%
If you're Jack Bauer's boss, you probably won't be when the day is over.
%
When Jack Bauer sees a crime, he doesn't call for backup; he calls a coroner.
%
Jack Bauer can make the fun stop after popping open a can of Pringles.
%
Backup calls for Jack Bauer.
%

fortune/jackbauer  view on Meta::CPAN

5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
%
When Jack Bauer drinks milk he dones't just get a mustache, he gets and entire beard.
%
Jeopardy was a regular quiz show until Jack Bauer told Alex Trebek, "I'll be the one asking questions around here."
%
When facing a room full of terrorist armed only with a sidearm, Ricky Schroeder would call for backup.  Jack Bauer tells the coroner to bring extra bodybags.
%
There is only one rule for dating Jack Bauer's daughter. Don't.
%
Jack Bauer use to be an American Gladiator but was fired when he killed a middle eastern contestant during a super-powerball practice run.
%

 view all matches for this distribution


Acme-ConspiracyTheory-Random

 view release on metacpan or  search on metacpan

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

2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
        return $theory;
}
 
my %special_numbers = (
        19   => [ qr/COVID/,             '19 is the coronavirus number' ],
        24   => [ qr/TINTIN/,            'There are 24 Tintin comics' ],
        33   => [ qr/MASON/,             '33 is associated with the masons' ],
        35   => [ qr/ELVIS/,             'Elvis was born in 1935' ],
        44   => [ qr/OBAMA/,             'Barack Obama was the 44th President of the USA' ],
        45   => [ qr/TRUMP|QANON|USA/,   'Donald Trump was the 45th President of the USA',

 view all matches for this distribution


Acme-Coro-Suke

 view release on metacpan or  search on metacpan

lib/Acme/Coro/Suke.pm  view on Meta::CPAN

27
28
29
30
31
32
33
34
35
36
37
=encoding utf8
 
=head1 NAME
 
Acme::Coro::Suke - the only real corosuke in benzo
 
=head1 SYNOPSIS
 
  use Coro;
  use Acme::Coro::Suke;

lib/Acme/Coro/Suke.pm  view on Meta::CPAN

48
49
50
51
52
53
54
55
56
57
  cede; # and again
 
 
=head1 DESCRIPTION
 
This module emulate to corosuke x benzo.
 
=head1 AUTHOR
 
Masahiro Chiba E<lt>chiba@geminium.comE<gt>

 view all matches for this distribution



Acme-MUDLike

 view release on metacpan or  search on metacpan

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

39
40
41
42
43
44
45
46
47
48
49
#
# * Let "players" wander between apps.  Offer RPC to support this.
#
# * Optionally take an existing Continuity instance with path_session set and optionally parameters
#   for the paths to use for chat pull and commands.
#   Not sure how to work this; each path gets its own coroutine, but there is still only one main().
#   Continuity doesn't have a registry of which paths go to which callbacks.
#
# Done:
#
# * mark/call commands should have a current object register, so you can do /call thingie whatever /next and then be calling

 view all matches for this distribution


Acme-MetaSyntactic-Themes

 view release on metacpan or  search on metacpan

lib/Acme/MetaSyntactic/tld.pm  view on Meta::CPAN

244
245
246
247
248
249
250
251
252
253
254
redumbrella rehab reise reisen reit reliance ren rent rentals repair
report republican rest restaurant review reviews rexroth rich richardli
ricoh rightathome ril rio rip rmit rocher rocks rodeo rogers room rsvp
rugby ruhr run rwe ryukyu
saarland safe safety sakura sale salon samsclub samsung sandvik
sandvikcoromant sanofi sap sapo sarl sas save saxo sbi sbs sca scb
schaeffler schmidt scholarships school schule schwarz science scjohnson
scor scot search seat secure security seek select sener services ses
seven sew sex sexy sfr shangrila sharp shaw shell shia shiksha shoes shop
shopping shouji show showtime shriram silk sina singles site ski skin
sky skype sling smart smile sncf soccer social softbank software sohu

 view all matches for this distribution


Acme-RPC

 view release on metacpan or  search on metacpan

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

372
373
374
375
376
377
378
379
380
381
382
# generic name for ourself -- this was found inside another code ref, in instance data, array element, or something.
reg( $node->{chr(0)} = $object );
# variables inside code refs
# walk into the sub and pick out lexical variables
# normally only closures would contain data in their lexical variables, but with multiple
# coroutines executing concurrently, there's the chance that a subroutine is currently
# running, in which case it has data in its pad.  if it's recursive, it might have data
# at multiple depths too!
my $p = peek_sub($object);
for my $k (sort { $a cmp $b } keys %$p) {
    $node->{$k} = caller_cv(0)->($p->{$k});  # anything it contains by way of refs, which might be nothing

 view all matches for this distribution


Algorithm-Permute

 view release on metacpan or  search on metacpan

coollex.h  view on Meta::CPAN

24
25
26
27
28
29
30
31
32
33
    int             y;
} COMBINATION;
 
COMBINATION* init_combination(IV n, IV r, AV *av);
void free_combination(COMBINATION *c);
/* coollex pseudo-coroutine */
bool coollex(COMBINATION *c);
void coollex_visit(COMBINATION *c, SV **p_items);
 
#endif

 view all matches for this distribution


Alien-Build

 view release on metacpan or  search on metacpan

lib/Alien/Build/Manual/Contributing.pod  view on Meta::CPAN

89
90
91
92
93
94
95
96
97
98
99
The convenience of using an L<Alien> is that a user of a CPAN module
that consumes an L<Alien> doesn't need to know the exact incantation
to install the libraries on which it depends (or indeed it may not be
easily installed through the package manager anyway).
 
As a corollary, a user of a CPAN module that consumes an L<Alien>
module shouldn't expect operating system level packages to be
installed, or for these packages to be installed in common system
level directories, like C</usr/local> or C</opt>.  Instead a "share"
directory associated with the Perl install and L<Alien> module
should be used.

 view all matches for this distribution


Alien-Lua

 view release on metacpan or  search on metacpan

inc/Makefile_src  view on Meta::CPAN

32
33
34
35
36
37
38
39
40
41
42
LUA_A=  liblua.a
LUA_SO= liblua.so
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
        lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \
        ltm.o lundump.o lvm.o lzio.o
LIB_O=  lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o \
        lmathlib.o loslib.o lstrlib.o ltablib.o loadlib.o linit.o
BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS)
 
LUA_T=  lua
LUA_O=  lua.o

inc/Makefile_src  view on Meta::CPAN

140
141
142
143
144
145
146
147
148
149
150
lbaselib.o: lbaselib.c lua.h luaconf.h lauxlib.h lualib.h
lbitlib.o: lbitlib.c lua.h luaconf.h lauxlib.h lualib.h
lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \
 lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \
 lstring.h ltable.h lvm.h
lcorolib.o: lcorolib.c lua.h luaconf.h lauxlib.h lualib.h
lctype.o: lctype.c lctype.h lua.h luaconf.h llimits.h
ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h
ldebug.o: ldebug.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \
 ltm.h lzio.h lmem.h lcode.h llex.h lopcodes.h lparser.h ldebug.h ldo.h \
 lfunc.h lstring.h lgc.h ltable.h lvm.h

 view all matches for this distribution


Alien-SVN

 view release on metacpan or  search on metacpan

src/subversion/subversion/po/it.po  view on Meta::CPAN

172
173
174
175
176
177
178
179
180
181
182
#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:133
#, fuzzy, c-format
msgid "No lock on path '%s' in filesystem '%s'"
msgstr "File di blocco corrotto per il percoroso '%s' nel filesystem '%s'"
 
#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:140
#, fuzzy, c-format
msgid "Lock has expired: lock-token '%s' in filesystem '%s'"

src/subversion/subversion/po/it.po  view on Meta::CPAN

3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
msgstr ""
 
#: ../libsvn_fs_fs/lock.c:117
#, c-format
msgid "Corrupt lockfile for path '%s' in filesystem '%s'"
msgstr "File di blocco corrotto per il percoroso '%s' nel filesystem '%s'"
 
#: ../libsvn_fs_fs/lock.c:219
#, c-format
msgid "Cannot write lock/entries hashfile '%s'"
msgstr "Non riesco a scrivere il file di hash '%s' per il blocco/entrate"

 view all matches for this distribution


Alien-SwaggerUI

 view release on metacpan or  search on metacpan

share/swagger-ui-bundle.js  view on Meta::CPAN

128
129
130
131
132
133
134
*
 * Copyright(c) 2016 Gregory Jacobs <greg@greg-jacobs.com>
 * MIT License
 *
 */o=[],void 0===(i="function"==typeof(r=function(){var e,t,n,r,o,i,a,s=function(e){e=e||{},this.version=s.version,this.urls=this.normalizeUrlsCfg(e.urls),this.email="boolean"!=typeof e.email||e.email,this.twitter="boolean"!=typeof e.twitter||e.twitt...
//# sourceMappingURL=swagger-ui-bundle.js.map

 view all matches for this distribution


Alter

 view release on metacpan or  search on metacpan

lib/Alter.pm  view on Meta::CPAN

86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Key to use for object body in image (different from any class name)
use constant BODY => '(body)';
 
# create a hash image of an object that contains the body and
# corona data
sub image {
    my $obj = shift;
    +{
        BODY() => $obj,
        %{ corona( $obj) }, # shallow copy
    };
}
 
# recreate the original object from an image.  When called as a
# class method, take the object from the "(body)" entry in image

lib/Alter.pm  view on Meta::CPAN

111
112
113
114
115
116
117
118
119
120
121
        my $orig = delete $im->{ BODY()};
        _transfer_content( $orig, $obj);
    } else {
        $obj = delete $im->{ BODY()};
    }
    %{ corona( $obj)} = %$im;
    $obj;
}
 
my %trans_tab = (
    SCALAR => sub { ${ $_[ 1] } = ${ $_[ 0] } },

lib/Alter.pm  view on Meta::CPAN

200
201
202
203
204
205
206
207
208
209
210
  print ego( $obj)->{ b}, "\n"; # prints 2
 
  package OtherClass;
  defined( ego $obj) or die; # dies, OtherClass hasn't set an alter ego
 
  # Direct access to the corona of alter egos
  my $crown = Alter::corona $obj;
 
=head2 Functions
 
=head3 Basic Functions

lib/Alter.pm  view on Meta::CPAN

227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
Assigns C<$val> to the reference C<$obj> as an I<alter ego> for the caller's
class.  The class is the package into which the call to C<alter> is compiled.
Returns C<$obj> (I<not> the value assigned).
 
=item C<Alter::corona( $obj)>
 
Direct access to the I<corona> of I<alter ego>'s of C<$obj>.  The
corona is a hash keyed by class name in which the alter ego's of
an object are stored.  Unlike C<alter()> and C<ego()>, this function is
not caller-sensitive. Returns a reference to the corona hash, which
is created if necessary.  This function is not exported, if needed
it must be called fully qualified.
 
=item C<Alter::is_xs>

lib/Alter.pm  view on Meta::CPAN

256
257
258
259
260
261
262
263
264
265
If the C<ego()> function is later called from C<MyClass> before an alter
ego has been specified using C<alter()>, a new I<array reference> will
be created and returned.  Autovivification happens only once
per class and object.  (You would have to delete the class entry from
the object's corona to make it happen again.)
 
The type specification can also be a referece of the appropriate
type, so C<[]> can be used for C<"ARRAY"> and C<{}> for C<"HASH">
(globrefs and scalar refs can also be used, but are less attractive).

lib/Alter.pm  view on Meta::CPAN

394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
by autovivification), usually once per class and object at initialization
time.  It is retrieved by the C<ego()> function in terms of which
a class will define its accessors.
 
That works by magically (in the technical sense of C<PERL_MAGIC_ext>)
assigning a hash keyed by classname, the I<corona>, to every object
that takes part in the game.  The corona holds the individual alter
ego's for each class.  It is created when needed and stays with
an object for its lifetime.  It is subject to garbage collection
when the object goes out of scope.  Normally the corona is invisible
to the user, but the C<Alter::corona()> function (not exported)
allows direct access if needed.
 
=head2 Example
 
The example first shows how a class C<Name> is built from two

 view all matches for this distribution


Alzabo

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
- You can now use SQL functions pretty much anywhere you would want
  (in inserts, updates, where clauses, etc).  See the "Using SQL
  Functions" section in the Alzabo.pm docs for more details.
 
- As a corollary to the above, the Alzabo::Runtime::Table->function
  method has been created to replace the old
  Alzabo::Runtime::Table->func method.  This new method takes
  advantage of the new system for using SQL functions and is simpler
  and more flexible.  It allows you to perform all sorts of aggregate
  selects.

Changes  view on Meta::CPAN

2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
  Alzabo::Runtime::Row object that did not correspond to any data in
  the database if its table object did specify any rows to prefetch.
  This would have only been discovered later by calling the select
  method on a non-primary key column.  This hole was plugged.
 
- As a corollary to the above change methods in Alzabo::Runtime::Table
  that produce rows now always return an empty list or undef when the
  rows cannot be made because the specified primary key doesn't exist.
  Previously, the rows_by_where_clause method did this while others
  would cause an exception either during the object creation or later,
  depending upon the situation described above.

 view all matches for this distribution


Amethyst

 view release on metacpan or  search on metacpan

Amethyst/Brain/Infobot/Module/Excuse.pm  view on Meta::CPAN

179
180
181
182
183
184
185
186
187
188
189
bad ether in the cables
Bogon emissions
Change in Earth's rotational speed
Cosmic ray particles crashed through the hard disk platter
Smell from unhygenic janitorial staff wrecked the tape heads
Little hamster in running wheel had coronary; waiting for replacement to be Fedexed from Wyoming
Evil dogs hypnotized the night shift
Plumber mistook routing panel for decorative wall fixture
Electricians made popcorn in the power supply
Groundskeepers stole the root password
high pressure system failure

 view all matches for this distribution


AnyEvent-CouchDB

 view release on metacpan or  search on metacpan

lib/AnyEvent/CouchDB.pm  view on Meta::CPAN

268
269
270
271
272
273
274
275
276
277
278
279
Main programs are "allowed to call C<recv> blockingly", according to the
author of L<AnyEvent>.
 
=item or you're in a Coro + AnyEvent environment.
 
When you call C<recv> inside a coroutine, only that coroutine is blocked
while other coroutines remain active.  Thus, the program as a whole is
still responsive.
 
=back
 
If you're not using Coro, and you don't want your whole program to block,

 view all matches for this distribution


AnyEvent-HTTP-LWP-UserAgent

 view release on metacpan or  search on metacpan

lib/AnyEvent/HTTP/LWP/UserAgent.pm  view on Meta::CPAN

428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
use Coro;
 
my $ua = AnyEvent::HTTP::LWP::UserAgent->new;
my @urls = (...);
my @coro = map {
    my $url = $_;
    async {
        my $r = $ua->get($url);
        print "url $url, content " . $r->content . "\n";
    }
} @urls;
$_->join for @coro;
 
# Or without Coro

 view all matches for this distribution


AnyEvent-JSONRPC-Lite

 view release on metacpan or  search on metacpan

lib/AnyEvent/JSONRPC/Lite/Client.pm  view on Meta::CPAN

171
172
173
174
175
176
177
178
179
180
=encoding utf-8
 
=begin stopwords
 
AnyEvent Coro JSONRPC Hostname Str TCP TCP-based
blockingly condvar condvars coroutine unix
 
=end stopwords
 
=head1 NAME

lib/AnyEvent/JSONRPC/Lite/Client.pm  view on Meta::CPAN

218
219
220
221
222
223
224
225
226
227
228
229
Main programs are "allowed to call C<recv> blockingly", according to the
author of L<AnyEvent>.
 
=item or you're in a Coro + AnyEvent environment.
 
When you call C<recv> inside a coroutine, only that coroutine is blocked
while other coroutines remain active.  Thus, the program as a whole is
still responsive.
 
=back
 
If you're not using Coro, and you don't want your whole program to block,

 view all matches for this distribution


AnyEvent-JSONRPC

 view release on metacpan or  search on metacpan

lib/AnyEvent/JSONRPC/HTTP/Client.pm  view on Meta::CPAN

156
157
158
159
160
161
162
163
164
165
=encoding utf-8
 
=begin stopwords
 
AnyEvent Coro JSONRPC Hostname Str HTTP HTTP-based
blockingly condvar condvars coroutine unix
 
=end stopwords
 
=head1 NAME

lib/AnyEvent/JSONRPC/HTTP/Client.pm  view on Meta::CPAN

204
205
206
207
208
209
210
211
212
213
214
215
Main programs are "allowed to call C<recv> blockingly", according to the
author of L<AnyEvent>.
 
=item or you're in a Coro + AnyEvent environment.
 
When you call C<recv> inside a coroutine, only that coroutine is blocked
while other coroutines remain active.  Thus, the program as a whole is
still responsive.
 
=back
 
If you're not using Coro, and you don't want your whole program to block,

 view all matches for this distribution


AnyEvent-MP

 view release on metacpan or  search on metacpan

MP/Intro.pod  view on Meta::CPAN

1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
sometimes things are easier if you can decide in what order you want to
receive messages, regardless of the order in which they were sent.
 
In these cases, L<Coro::MP> can provide a nice solution: instead of
registering callbacks for each message type, C<Coro::MP> attaches a
(coro-) thread to a port. The thread can then opt to selectively receive
messages it is interested in. Other messages are not lost, but queued, and
can be received at a later time.
 
The C<Coro::MP> module is not part of L<AnyEvent::MP>, but a separate
module. It is, however, tightly integrated into C<AnyEvent::MP> - the

 view all matches for this distribution


AnyEvent-MPRPC

 view release on metacpan or  search on metacpan

lib/AnyEvent/MPRPC/Client.pm  view on Meta::CPAN

253
254
255
256
257
258
259
260
261
262
263
264
Main programs are "allowed to call C<recv> blockingly", according to the
author of L<AnyEvent>.
 
=item or you're in a Coro + AnyEvent environment.
 
When you call C<recv> inside a coroutine, only that coroutine is blocked
while other coroutines remain active.  Thus, the program as a whole is
still responsive.
 
=back
 
If you're not using Coro, and you don't want your whole program to block,

 view all matches for this distribution


AnyEvent-Proc

 view release on metacpan or  search on metacpan

lib/AnyEvent/Proc.pm  view on Meta::CPAN

1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
Reads a single line from STDOUT and send the result to C<$condvar>. A condition variable will be created and returned, if C<$condvar> is omitted.
 
=head2 readline_ch([$channel])
 
Reads a singe line from STDOUT and put the result to coro channel C<$channel>. A L<Coro::Channel> will be created and returned, if C<$channel> is omitted.
 
=head2 readlines_cb($callback)
 
Read lines continiously from STDOUT and calls on every line the handler C<$callback>.
 
=head2 readlines_ch([$channel])
 
Read lines continiously from STDOUT and put every line to coro channel C<$channel>. A L<Coro::Channel> will be created and returned, if C<$channel> is omitted.
 
=head2 readline()
 
Reads a single line from STDOUT synchronously and return the result.

 view all matches for this distribution


AnyEvent-Retry

 view release on metacpan or  search on metacpan

lib/AnyEvent/Retry/Coro.pm  view on Meta::CPAN

23
24
25
26
27
28
29
30
31
32
33
34
35
36
    init_arg => undef,
    required => 0,
    writer   => 'set_success_cb',
);
 
has 'running_coro' => (
    init_arg => undef,
    accessor => 'running_coro',
    clearer  => 'clear_running_coro',
);
 
before start => sub {
    my $self = shift;
    Scalar::Util::weaken($self);

lib/AnyEvent/Retry/Coro.pm  view on Meta::CPAN

52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
};
 
override handle_tick => sub {
    my ($self, $i) = @_;
    weaken $self;
    $self->running_coro(async {
        $self->handle_result($self->run_code);
        $self->clear_running_coro if defined $self;
    });
};
 
sub DEMOLISH {
    my $self = shift;
    $self->running_coro->throw('DEMOLISH');
}
 
sub wait {
    my ($status, @args) = Coro::rouse_wait();
    return $args[0] if $status eq 'success';

 view all matches for this distribution



AnyEvent-WebSocket-Server

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

11
12
13
14
15
16
17
18
19
20
21
t/echo.t
t/error.t
t/handshake.t
t/max_payload_size.t
t/multiple_connections.t
t/psgi_corona.t
t/psgi_twiggy.t
t/support_script/gen_ssl_keys.sh
t/testlib/ConnConfig.pm
t/testlib/PSGI.pm
t/testlib/Util.pm

 view all matches for this distribution


AnyEvent

 view release on metacpan or  search on metacpan

lib/AnyEvent.pm  view on Meta::CPAN

2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
=head3 Results
 
          name watchers bytes create invoke destroy comment
         EV/EV   100000   223   0.47   0.43    0.27 EV native interface
        EV/Any   100000   223   0.48   0.42    0.26 EV + AnyEvent watchers
  Coro::EV/Any   100000   223   0.47   0.42    0.26 coroutines + Coro::Signal
      Perl/Any   100000   431   2.70   0.74    0.92 pure perl implementation
   Event/Event    16000   516  31.16  31.84    0.82 Event native interface
     Event/Any    16000  1203  42.61  34.79    1.80 Event + AnyEvent watchers
   IOAsync/Any    16000  1911  41.92  27.45   16.81 via IO::Async::Loop::IO_Poll
   IOAsync/Any    16000  1726  40.69  26.37   15.25 via IO::Async::Loop::Epoll

 view all matches for this distribution


AnyMQ-AMQP

 view release on metacpan or  search on metacpan

lib/AnyMQ/Trait/AMQP.pm  view on Meta::CPAN

25
26
27
28
29
30
31
32
33
34
35
has on_ready => (is => "rw", isa => "CodeRef");
 
has _connected => (is => "rw", isa => "Bool");
 
sub default_amqp_spec { #this is to avoid loading coro
    my $dir = File::ShareDir::dist_dir("AnyEvent-RabbitMQ");
    return "$dir/fixed_amqp0-8.xml";
}
 
AnyEvent::RabbitMQ->load_xml_spec(default_amqp_spec());

 view all matches for this distribution


App-BPOMUtils-Table-FoodCategory

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
  "Aktif",
],
[
  "07020213",
  "Cone untuk Es Krim",
  "Cone untuk es krim adalah sejenis wafer yang berbentuk corong digunakan sebagai wadah es krim.<br>",
  "Aktif",
],
[
  "07020214",
  "Panekuk",

 view all matches for this distribution


App-BPOMUtils-Table

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
  "Aktif",
],
[
  "07020213",
  "Cone untuk Es Krim",
  "Cone untuk es krim adalah sejenis wafer yang berbentuk corong digunakan sebagai wadah es krim.<br>",
  "Aktif",
],
[
  "07020214",
  "Panekuk",

 view all matches for this distribution


App-BPOMUtils

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
  "Aktif",
],
[
  "07020213",
  "Cone untuk Es Krim",
  "Cone untuk es krim adalah sejenis wafer yang berbentuk corong digunakan sebagai wadah es krim.<br>",
  "Aktif",
],
[
  "07020214",
  "Panekuk",

 view all matches for this distribution


( run in 0.699 second using v1.01-cache-2.11-cpan-87723dcf8b7 )