Group
Extension

Matches 1364

Dancer-Session-DBI ( J/JA/JAITKEN/Dancer-Session-DBI-1.0.0.tar.gz, JAITKEN, 2012; MetaCPAN )
Dancer-Session-DBI/lib/Dancer/Session/DBI.pm ( view source; MetaCPAN )
 what database driver
    # we are using, and issue the appropriate syntax. Eventually. TODO
    given(lc $self->_dbh->{Driver}{Name}) {
     	when ('mysql') { 
            my $sth = $self->_dbh->prep
EBook-Tools ( A/AZ/AZED/EBook-Tools-v0.4.9.tar.gz, AZED, 2012; MetaCPAN )
EBook-Tools/lib/EBook/Tools/Mobipocket.pm ( view source; MetaCPAN )
che ~~ @lecache)
#    {
#        debug(1,"WARNING: big-endian and little-endian HUFF cache",
#              " tables are different in record ",$currentrecord,"!");
#    }
#    unless(@basetable ~~ @le
Excel-Template ( R/RB/RBO/Excel-Template-0.34.tar.gz, RBO, 2012; MetaCPAN )
Excel-Template/lib/Excel/Template/Format.pm ( view source; MetaCPAN )
ts, 0, scalar( @_string_formats );

        my %params;
        $params{ $_boolean_formats[$_] } = ~~1
            for grep { $boolean_parts[$_] } 0 .. $#_boolean_formats;

        $params{ $_integer_
Data-SCORM ( O/OS/OSFAMERON/Data-SCORM-0.07.tar.gz, OSFAMERON, 2012; MetaCPAN )
Data-SCORM/lib/Data/SCORM.pm ( view source; MetaCPAN )
nzip => $pif,
           -d => $path ], '>', '/dev/null';

    my $ok = $status ?
        ($status ~~ [1, 1<<8] ? 1 : 0) # oddity of unzip 'warning' status
        : 1;

    if ($ok) {
        return;
VANAMBURG-Magic ( V/VA/VANAMBURG/VANAMBURG-Magic-0.04.tar.gz, VANAMBURG, 2011; MetaCPAN )
VANAMBURG-Magic/lib/VANAMBURG/Magic.pm ( view source; MetaCPAN )
rm->readline("Enter choice: ");
	exit if ( $test =~ /q/i );
	exit if !( $test ~~ [ 1, 2, 3, 4, 5 ] );
	
	my $deck;
	given ($test) {
		when (/1/) { $deck = VANAMBURG::BCS->new; }
		when (/2/) { $deck =
o Top
	END
	say $sub_menu;
	my $direction = $term->readline("Enter choice: ");
	if ( !( $direction ~~ [ 1, 2 ] ) ) {
		say "invalid option";
		exit;
	}
	
	my @locations = ( 1 .. 52 );
	@locations = re
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
Perlude ( M/MA/MARCC/Perlude-0.51.tar.gz, MARCC, 2012; MetaCPAN )
Perlude/lib/Perlude/Lazy.pm ( view source; MetaCPAN )
 1: lines 'file'
    @_ or return enlist { <$fh> // () };

    # confess if not 2nd form
    $_[0] ~~ 'chomp' or confess 'cannot handle parameters ' , join ',', @_ ;

    # lines chomp => 'file'
    e
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
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/ext/libwww-perl/lib/HTTP/Message.pm ( view source; MetaCPAN )
tern matching and named binding
        #if ($string ~~ s:/^ $field := (<-[ \t:]>+) <[ \t]>*\: <sp>? $value := (.*) \n?//) {
        if ($string ~~ s:P5/^([^ \t:]+)[ \t]*: ?(.*)\n?//) {
            $f
;
            
            #$value ~~ s/\r$//;
            $value ~~ s:P5/\r\z//;
            %headers{$field} = $value;
        } elsif (%headers.pairs && $string ~~ s/^ (<[ \t]> .*) \n?//) {
       
rs{$field} ~= "\n$0";
            #%headers{$field} ~~ s/\r$//;
            %headers{$field} ~~ s:P5/\r\z//;
        } else {
            $string ~~ s:P5/^\r?\n//;
            last;
        }
    }
  
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 
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 
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) {
   
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
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-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
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-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 '

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