Group
Extension

Matches 1357

Padre ( P/PL/PLAVEN/Padre-0.96.tar.gz, PLAVEN, 2012; MetaCPAN )
Padre/lib/Padre/Wx/Main.pm ( view source; MetaCPAN )
'Deparse failed: ' . $err );
	}

	# eg, highlight the code part of the following comment:
	# print ~~ grep { $_ eq 'x' } qw(a b c x);

	return;
}


=pod

=head3 C<on_open_selection>

    $main->on_ope
Perldoc-Server ( J/JO/JONALLEN/Perldoc-Server-0.10.tar.gz, JONALLEN, 2011; MetaCPAN )
Perldoc-Server/lib/Perldoc/Server/Controller/Search.pm ( view source; MetaCPAN )
l('PerlFunc')->list;
    my @pages     = sort {$a cmp $b} $c->model('Index')->find_modules;

    given ($query) {
      when (@functions) {
        return $c->response->redirect( $c->uri_for('/functio
(/^($query)$/i ~~ @pages) {
        my $matched_page = $1;
        return $c->response->redirect( $c->uri_for('/view',split('::',$matched_page)) );
      }
      when (/^($query.*)$/i ~~ @pages) {
   
Lingua-EN-BioLemmatizer ( T/TO/TOMC/Lingua-EN-BioLemmatizer-1.002.tar.gz, TOMC, 2012; MetaCPAN )
Lingua-EN-BioLemmatizer/lib/Lingua/EN/BioLemmatizer.pm ( view source; MetaCPAN )
);
    croak "object method called as class method" unless ref $self;

    my($orig, $pos);

    given(scalar(@_)) {
	when (2) { ($orig, $pos) = @_ }
	when (1) { ($orig)       = @_ }
	when (0) { croak
List-Gen ( A/AS/ASG/List-Gen-0.974.tar.gz, ASG, 2011; MetaCPAN )
List-Gen/lib/List/Gen/Cookbook.pm ( view source; MetaCPAN )
hem directly.

    gen {$_**2} 100             ~~  gen {$_**2} range 0, 100

    my @names = qw/bob alice eve/;
    gen {"hello $_!"} \@names   ~~  gen {"hello $_!"} makegen @names

those were 
Win32-Sound ( A/AC/ACALPINI/Win32-Sound-0.51.tar.gz, ACALPINI, 2012; MetaCPAN )
Win32-Sound/Sound.pm ( view source; MetaCPAN )
ctly C<Play()> it.

The second (and third) form opens the
wave output device with the format given
(or if none given, defaults to 44.1kHz,
16 bits, stereo); to produce something
audible you can 
SVN-Simple-Hook ( M/MJ/MJGARDNER/SVN-Simple-Hook-0.312.tar.gz, MJGARDNER, 2012; MetaCPAN )
SVN-Simple-Hook/lib/SVN/Simple/Path_Change.pm ( view source; MetaCPAN )
 isa      => '_p_svn_fs_path_change_t',
    required => 1,
    handles  => [
        grep { not $_ ~~ [qw(new DESTROY)] }
            map { $_->name }
            any_moose('::Meta::Class')->initializ
WWW-LogicBoxes ( D/DR/DRZIGMAN/WWW-LogicBoxes-0.0.4.tar.gz, DRZIGMAN, 2012; MetaCPAN )
WWW-LogicBoxes/lib/WWW/LogicBoxes/Role/Commands.pm ( view source; MetaCPAN )
gs->{api_method} = $api_method;
					my $uri = $self->_make_query_string($args);

					$web_method ~~ [qw(GET POST)] or croak "I'm not sure if this is supposed to be a get or a post type request...";
App-DNS-Zonewalk ( G/GA/GAISSMAI/App-DNS-Zonewalk-0.05.tar.gz, GAISSMAI, 2012; MetaCPAN )
App-DNS-Zonewalk/lib/App/DNS/Zonewalk.pm ( view source; MetaCPAN )
nameservers for this zone
    my ($resolvers_ns) = $self->nameservers;

    unless ( $resolvers_ns ~~ @ns_addresses ) {
        $self->errorstring("NS $resolvers_ns is nonauth for $zone");
        pri
lib-tiny ( D/DM/DMUEY/lib-tiny-0.7.tar.gz, DMUEY, 2012; MetaCPAN )
lib-tiny/lib/lib/tiny.pod ( view source; MetaCPAN )
tiny @list;
    no lib::tiny @list;

=head1 DESCRIPTION

This module simply adds and removes the given (existant on add) paths as-is to/from @INC in the same manner as L<lib> but in a '::Tiny' manner.
App-combinesheets ( T/TU/TULSOFT/App-combinesheets-0.2.12.tar.gz, TULSOFT, 2012; MetaCPAN )
App-combinesheets/lib/App/combinesheets.pm ( view source; MetaCPAN )
          warn "[WR07] Configuration defines columns from an input '$input_id' but no such input given (or was ignored). These columns will be ignored.\n";
        }
        $col->{ignored} = 1;
    }
Statistics-Descriptive-Weighted ( D/DH/DHARD/Statistics-Descriptive-Weighted-0.6.tar.gz, DHARD, 2012; MetaCPAN )
Statistics-Descriptive-Weighted/lib/Tree/Treap.pm ( view source; MetaCPAN )
=item range_values($lo_key, $hi_key)

Returns the list of values corresponding the range of keys given (see
range_keys() above).

=item minimum()

Returns the lowest ordered key in the treap.

=item m
REST-Google-Apps-Provisioning ( S/SS/SSCHNEID/REST-Google-Apps-Provisioning-1.1.10.tar.gz, SSCHNEID, 2012; MetaCPAN )
REST-Google-Apps-Provisioning/lib/REST/Google/Apps/Provisioning.pod ( view source; MetaCPAN )
m username

The username associated with the account being created.

=item givenName

The user's given (first) name.

=item familyName

The user's family (last) name.

=item password

The user's passw
Class-Mixer ( J/JW/JWILLIAMS/Class-Mixer-0.52.tar.gz, JWILLIAMS, 2012; MetaCPAN )
Class-Mixer/lib/Class/Mixer.pm ( view source; MetaCPAN )
<use base>
instead.  Which you can, and Class::Mixer will notice and use it.

If no rule type is given (e.g. C<use Class::Mixer 'BaseClass';> )
then the before rule is assumed.

=head2 B<after>

The '
Perlbal ( D/DO/DORMANDO/Perlbal-1.80.tar.gz, DORMANDO, 2012; MetaCPAN )
Perlbal/lib/Perlbal/ReproxyManager.pm ( view source; MetaCPAN )
class = shift;
    my $self = {};
    bless $self, $class;
    return $ReproxySelf = $self;
}

# given (clientproxy, primary_res_hdrs), initiate proceedings to process a
# request for a reproxy resour
Thorium ( A/AF/AFLOTT/Thorium-0.510.tar.gz, AFLOTT, 2011; MetaCPAN )
Thorium/lib/Thorium/BuildConf.pm ( view source; MetaCPAN )
) = @_;

    my $qs = $self->knobs;

    foreach my $q (@{$qs}) {
        my $set_value;
        given ($q->ui_type) {
            when ('Menu') {
                $set_value = $q->value || $q->data->[
]
    );

    INTERACT: {
        my $state = $main_menu->run;

        given ($state) {
            when (
                $_ ~~ [
                    Hobocamp::Dialog::DLG_EXIT_ESC(),     Hobocamp::
                die("I don't know what the error code $_ is!");
            }
        }

        given ($main_menu->value->{'name'}) {
            when ('Introduction') {
                my $msg_box =
Grimlock ( D/DH/DHOSS/Grimlock-0.11.tar.gz, DHOSS, 2012; MetaCPAN )
Grimlock/script/grimlock_deploy_schema.pl ( view source; MetaCPAN )
help {
say <<'OUT';
usage:
  install
  upgrade
  current-version
OUT
}
 
help unless $ARGV[0];
 
given ( $ARGV[0] ) {
    when ('install')         { install()         }
    when ('upgrade')         { 
LPDS ( L/LA/LANCET/LPDS-0.02.tar.gz, LANCET, 2012; MetaCPAN )
LPDS/lib/LPDS/Renderer.pm ( view source; MetaCPAN )
 @labels ; $i++ ) {
        my $x = $i * 800 / ( @labels - 1 );

        my @axis_modes;
        given ( $labels[$i] ) {
            when ('CPU') {
                @axis_modes = @MODES_CPU

          
Games-Pandemic ( J/JQ/JQUELIN/Games-Pandemic-1.120510.tar.gz, JQUELIN, 2012; MetaCPAN )
Games-Pandemic/lib/Games/Pandemic/Controller.pm ( view source; MetaCPAN )
 => sub {
    my $game = Games::Pandemic->instance;
    # FIXME: check src vs current player
    given ( $game->state ) {
        when ('end_of_actions')     { $K->yield('_draw_cards' ); }
        whe
Games-Pandemic ( J/JQ/JQUELIN/Games-Pandemic-1.120510.tar.gz, JQUELIN, 2012; MetaCPAN )
Games-Pandemic/lib/Games/Pandemic/Tk/Main.pm ( view source; MetaCPAN )
y $player = $game->curplayer;

    my @actions = qw{ build discover treat share pass drop };
    given ( $game->state ) {
        when ('actions') {
            foreach my $action ( @actions ) {
     
WebService-Strava ( P/PH/PHRED/WebService-Strava-0.01.tar.gz, TECHMAN, 2012; MetaCPAN )
WebService-Strava/lib/WebService/Strava/Athlete/Segment_Effort.pm ( view source; MetaCPAN )
lf->auth->get_api("/segment_efforts/$self->{id}");
 
  foreach my $key (keys %{ $effort }) {
    given ( $key ) {
      when      (/athlete/)   { $self->_instantiate("Athlete", $key, $effort->{$key});

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.