Group
Extension

Matches 1357

App-LDAP ( S/SH/SHELLING/App-LDAP-0.1.0.tar.gz, SHELLING, 2012; MetaCPAN )
App-LDAP/lib/App/LDAP/Role/FromEntry.pm ( view source; MetaCPAN )
 %attrs = map {
        my $asref = $self->meta->find_attribute_by_name($_)->type_constraint->name ~~ /Ref/;
        $_, $entry->get_value($_, asref => $asref);
    } $entry->attributes;

    return (
IRC-Indexer ( A/AV/AVENJ/IRC-Indexer-0.06.tar.gz, AVENJ, 2012; MetaCPAN )
IRC-Indexer/lib/IRC/Indexer/Trawl/Forking.pm ( view source; MetaCPAN )
ess ref $self->report;
  return unless defined $self->report->status
    and $self->report->status ~~ [qw/DONE FAIL/];
  return $self->report->status
}

sub failed {
  my ($self, $reason) = @_;
  
  i
ump {
  my ($self) = @_;

  return unless ref $self->report;
  return unless $self->report->status ~~  [ qw/DONE FAIL/ ];
  return $self->report->netinfo
}

sub report { info(@_) }
sub info {
  my ($s
DhMakePerl ( D/DA/DAM/DhMakePerl-0.76.tar.gz, DAM, 2012; MetaCPAN )
DhMakePerl/lib/DhMakePerl/Config.pm ( view source; MetaCPAN )
le-colon, dash or slash
    $opts{cpan} =~ s![/-]!::!g if $opts{cpan};

    # "If no argument is given (but the switch is specified - not specifying
    # the switch will include everything), it defau
API-DirectAdmin ( C/CH/CHIPSOID/API-DirectAdmin-0.08.tar.gz, CHIPSOID, 2012; MetaCPAN )
API-DirectAdmin/lib/API/DirectAdmin.pm ( view source; MetaCPAN )

sub mk_query_to_server {
    my ( $self, $method, $url, $params ) = @_;
    
    unless ( $method ~~ [ qw( POST GET ) ] ) {
        confess "Unknown request method: '$method'";
    }

    confess "UR
API-DirectAdmin ( C/CH/CHIPSOID/API-DirectAdmin-0.08.tar.gz, CHIPSOID, 2012; MetaCPAN )
API-DirectAdmin/lib/API/DirectAdmin/User.pm ( view source; MetaCPAN )
  
    my $package = $params->{package};

    unless ( $self->{fake_answer} ) {
	unless ( $package ~~ $self->show_packages() ) {
	    return {error => 1, text => "No such package $package on server"};
URI-Query ( G/GA/GAVINC/URI-Query-0.10.tar.gz, GAVINC, 2012; MetaCPAN )
URI-Query/lib/URI/Query.pm ( view source; MetaCPAN )
he current parameter
set.

=item strip_like($regex)

Remove all parameters whose names match the given (qr-quoted) regex e.g.

    $qq->strip_like(qr/^utm/)

Does NOT match against parameter values.

Pony-Object ( B/BU/BUGOV/Pony-Object-0.05.tar.gz, BUGOV, 2012; MetaCPAN )
Pony-Object/lib/Pony/Object.pm ( view source; MetaCPAN )
$call, $isaRef, @params ) = @_;
        
        for my $param ( @params )
        {
            given ( $param )
            {
                # Define singleton class
                # via use param
=> $pkg
                };
            
            for ( @attrs )
            {
                given( $_ )
                {
                    when ('Public'   ) { makePublic   ($call,$pkg,$sym,$r
e of property.

sub addProperty
    {
        my ( $this, $attr, $value ) = @_;
        
        given( $attr )
        {
            when( /^__/ ) { return addPrivate(@_) }
            when( /^_/  ) 
Net-Gandi ( H/HO/HOBBESTIG/Net-Gandi-1.122180.tar.gz, HOBBESTIG, 2012; MetaCPAN )
Net-Gandi/lib/Net/Gandi/Client.pm ( view source; MetaCPAN )
h my $obj (@{$array}) {
        while ( my ($key, $value) = each %{$obj} ) {
            if ( $key ~~ @special_keys ) {
                $self->_date_to_datetime($value);
            }
            $obj
MogileFS-Server ( D/DO/DORMANDO/MogileFS-Server-2.65.tar.gz, DORMANDO, 2012; MetaCPAN )
MogileFS-Server/lib/MogileFS/ProcManager.pm ( view source; MetaCPAN )
   # now try to get it processing again
        MogileFS::ProcManager->ProcessQueues;
    }
}

# given (job, pid), record that this worker is about to die
# $level is so we can tell if watchdog reques
MogileFS-Server ( D/DO/DORMANDO/MogileFS-Server-2.65.tar.gz, DORMANDO, 2012; MetaCPAN )
MogileFS-Server/lib/mogdeps/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
Genome-Model-Tools-Music ( N/NN/NNUTTER/Genome-Model-Tools-Music-0.04.tar.gz, NNUTTER, 2012; MetaCPAN )
Genome-Model-Tools-Music/lib/Genome/Model/Tools/Music/PathScan/PopulationPathScan.pm ( view source; MetaCPAN )
for a pathway will be available
for many individuals, meaning that we now have many tests of the given (single)
hypothesis.
(This should not be confused with the scenario of multiple hypothesis
testin
############

#  ===
#  NEW   create a new population path-scan object
#  ===   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

=head2 new

The object constructor takes a mandatory, but otherwise un-ordere
gn the manner in which genes will be internally organized
#  ======   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

=head2 assign

This method assigns the manner in which genes will b
Namespace-Dispatch ( S/SH/SHELLING/Namespace-Dispatch-0.04.tar.gz, SHELLING, 2012; MetaCPAN )
Namespace-Dispatch/lib/Namespace/Dispatch.pm ( view source; MetaCPAN )
 ($class, $name) = @_;
    my @leaves = @{$class->leaves} if $class->can("leaves");
    if ( $name ~~ @leaves ) {
        return $class . "::" . ucfirst($name);
    } else {
        return 0;
    }
}
dip ( M/MA/MARCEL/dip-1.17.tar.gz, MARCEL, 2012; MetaCPAN )
dip/lib/dip.pm ( view source; MetaCPAN )
(1) {
        my ($pkg, $sub) = (caller(++$min_level))[ 0, 3 ];
        last unless [ $pkg, $sub ] ~~ /^(Aspect::|dip\b)/o;
    }
    for my $level ($min_level .. $min_level + $depth - 1) {
        my
)
    } keys %{$namespace};
    for my $hash_symbol (@hash_symbols) {
        next if $hash_symbol ~~ [qw(counter quantize opt)];
        my $hash = *{ $namespace . $hash_symbol }{HASH};
        no wa
MooseX-Storage-DBIC ( R/RE/REVMISCHA/MooseX-Storage-DBIC-0.01.tar.gz, REVMISCHA, 2012; MetaCPAN )
MooseX-Storage-DBIC/lib/MooseX/Storage/DBIC/Engine/Traits/Default.pm ( view source; MetaCPAN )
   }

        return $ret;
    };

    # see if what we are returning is serializable itself
    given (ref $value) {
        when ('HASH') {
            while (my ($k, $v) = each %$value) {
         
Csistck ( A/AG/AGJ/Csistck-0.1003.tar.gz, AGJ, 2012; MetaCPAN )
Csistck/blib/lib/Csistck.pm ( view source; MetaCPAN )
 # Iterate through array and recursively call process, call code refs, 
    # and run tests

    given (ref $obj) {
        when ('ARRAY') {
            return map(process($_), @{$obj});
        }
   
PDL-Graphics-Gnuplot ( D/DK/DKOGAN/PDL-Graphics-Gnuplot-0.06.gnuplot_required.tar.gz, ETJ, 2012; MetaCPAN )
PDL-Graphics-Gnuplot/README.pod ( view source; MetaCPAN )
e what commands
would be sent to gnuplot. This is a dry run. Note that if the 'binary' option is
given (see below), then this dump will contain binary data. If this binary data
should be suppressed fr
 gnuplot I<and> to the log. Useful for debugging I/O issues. Note that
if the 'binary' option is given (see below), then this log will contain binary
data. If this binary data should be suppressed fro
Csistck ( A/AG/AGJ/Csistck-0.1003.tar.gz, AGJ, 2012; MetaCPAN )
Csistck/lib/Csistck/Test/Pkg.pm ( view source; MetaCPAN )
$self = shift;
    given ("$^O") {
        when (/^freebsd$/) { return 'pkg_info'; }
        when (/^netbsd$/) { return 'pkg_info'; }
        when (/^linux$/) { 
            given (Linux::Distribution
g_name {
    my $self = shift;
    my $pkg = $self->{target};
    my $type = $self->{type};

    given (ref $pkg) {
        when ('') {
            return $pkg if ($pkg =~ m/^[A-Za-z0-9\-\_\.\/]+$/);
Markdown-Foswiki ( S/SK/SKYEND/Markdown-Foswiki-0.04.tar.gz, SKYEND, 2012; MetaCPAN )
Markdown-Foswiki/lib/Markdown/Foswiki.pm ( view source; MetaCPAN )
onvert 
	chomp(); 

	# filtering invalid character
	$_ = word_replace($_); 
	
	my $converted;
	
	given ( $_ ) {
	    when ( /$self->{rules}->{Definition}/ ) { 
		if ( length($1) < 25 ) {
		    $conver
Csistck ( A/AG/AGJ/Csistck-0.1003.tar.gz, AGJ, 2012; MetaCPAN )
Csistck/blib/lib/Csistck/Oper.pm ( view source; MetaCPAN )
 is a scalar,
        # debug it?!
        if (defined $func and $Modes->{$level}) {
            given (ref $func) {
                when ("CODE") { return &$func; };
                when ("") { retur
Csistck ( A/AG/AGJ/Csistck-0.1003.tar.gz, AGJ, 2012; MetaCPAN )
Csistck/lib/Csistck.pm ( view source; MetaCPAN )
 # Iterate through array and recursively call process, call code refs, 
    # and run tests

    given (ref $obj) {
        when ('ARRAY') {
            return map(process($_), @{$obj});
        }
   

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