Group
Extension

Matches 1357

Patro ( M/MO/MOB/Patro-0.16.tar.gz, MOB, 2017; MetaCPAN )
Patro/lib/Patro/LeumJelly.pm ( view source; MetaCPAN )
p abs log sqrt int 0+ #;

# non-numeric ops:
#  x . x= .= cmp lt le gt ge eq ne ^. ^.= ~. "" qr -X ~~

sub overload_handler {
    my ($ref, $y, $swap, $op) = @_;
    my $handle = handle($ref);
    my 
Tree-RB ( A/AR/ARUNBEAR/Tree-RB-0.500006.tar.gz, ARUNBEAR, 2017; MetaCPAN )
Tree-RB/lib/Tree/RB.pm ( view source; MetaCPAN )
=head2 max()

Returns the node with the maximal key.

=head2 nth(INDEX)

Returns the node at the given (zero based) index, or undef if there is no node at that index. Negative indexes can be used, wit
Spreadsheet-Reader-ExcelXML ( J/JA/JANDREW/Spreadsheet-Reader-ExcelXML-v0.16.8.tar.gz, JANDREW, 2017; MetaCPAN )
Spreadsheet-Reader-ExcelXML/lib/Spreadsheet/Reader/ExcelXML/Styles.pm ( view source; MetaCPAN )
top' => undef,
	# 26:      'left' => undef
	# 27: },
	# 28: 'cell_coercion' => bless( {
	~~ Skipped 142 lines ~~
	#170:                             'display_name' => 'Excel_date_164',
	#171:							  '
Spreadsheet-Reader-ExcelXML ( J/JA/JANDREW/Spreadsheet-Reader-ExcelXML-v0.16.8.tar.gz, JANDREW, 2017; MetaCPAN )
Spreadsheet-Reader-ExcelXML/lib/Spreadsheet/Reader/ExcelXML/Error.pm ( view source; MetaCPAN )
r' )
    # 05:         }, 'ANONYMOUS_SHIRAS_MOOSE_CLASS_1' );
    # 06: You did something wrong at ~~error_string (defined at ../../../../lib/Spreadsheet/Reader/ExcelXML/Error.pm line 43) line 13.
   
et_error(Spreadsheet::Reader::ExcelXML::Error=HASH(0x31e398), "You did something wrong") called at ~~ line 110
    # 09:    ANONYMOUS_SHIRAS_MOOSE_CLASS_1::set_error(ANONYMOUS_SHIRAS_MOOSE_CLASS_1=HAS
Exception-Base ( D/DE/DEXTER/Exception-Base-0.2501.tar.gz, DEXTER, 2015; MetaCPAN )
Exception-Base/lib/Exception/Base.pm ( view source; MetaCPAN )
lename=>'/etc/passwd');
  };
  # syntax for Perl >= 5.10
  use feature 'switch';
  if ($@) {
    given (my $e = Exception::Base->catch) {
      when ($e->isa('Exception::IO')) { warn "IO problem"; }
 
'}   = 'to_string';

=item "~~"

Smart matching operator.  See C<matches> method.

  eval { Exception::Base->throw( message=>"Message", value=>123 ) };
  print "Message" ~~ $@;                        
       # 1
  print ['Exception::Base'] ~~ $@;                # 1
  print 123 ~~ $@;                                # 1
  print {message=>"Message", value=>123} ~~ $@;   # 1

Warning: The smart operato
Dist-Zilla-Plugin-Lump ( P/PE/PERLANCAR/Dist-Zilla-Plugin-Lump-0.10.tar.gz, PERLANCAR, 2016; MetaCPAN )
Dist-Zilla-Plugin-Lump/lib/Dist/Zilla/Plugin/Lump.pm ( view source; MetaCPAN )
e;
    #    for my $mod (@{ $self->lump_module }) {
    #        push @lump_mods, $mod unless $mod ~~ @lump_mods;
    #    }
    #}

    # lump_dist
    {
        last unless $self->lump_dist;
       
es->[0] == 200;
        for my $mod (@{$res->[2]}) {
            push @lump_mods, $mod unless $mod ~~ @lump_mods;
        }
    }

    # lump_dist_and_deps
    {
        last unless $self->lump_dist_a
lude_author && @{ $self->include_author }) {
                    last DECIDE unless $rec->{author} ~~ @{ $self->include_author };
                }
                $lump = 1;
            }

          
IOD ( P/PE/PERLANCAR/IOD-0.9.12.tar.gz, PERLANCAR, 2017; MetaCPAN )
IOD/lib/IOD.pod ( view source; MetaCPAN )
 begins with C<foo>), an empty array should
be returned. When an unknown user or unknown path is given (e.g. C<!paths
/var/zzz/*> when there is no directory named C</var/zzz/>) or there is an error
du
cppAdaptive1 ( M/MF/MFJONKER/cppAdaptive1-0.01.tar.gz, MFJONKER, 2017; MetaCPAN )
cppAdaptive1/src/dlib/external/libpng/png.h ( view source; MetaCPAN )
t void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */

/* With both write APIs if image is in one of the linear formats with 16-bit
 * d
cppAdaptive1 ( M/MF/MFJONKER/cppAdaptive1-0.01.tar.gz, MFJONKER, 2017; MetaCPAN )
cppAdaptive1/src/dlib/image_keypoint/surf_abstract.h ( view source; MetaCPAN )
he value of a 2D Gaussian function with mean 0 
              and standard deviation sig at the given (x,y) point.
    !*/

// ---------------------------------------------------------------------
File-Catalog ( P/PH/PHIZ/File-Catalog-0.003.tar.gz, PHIZ, 2017; MetaCPAN )
File-Catalog/lib/File/Catalog.pm ( view source; MetaCPAN )
|^$rep_tmp/||;
    my $rep = dirname $repfic;
    my $fic = basename $repfic;
    return 0 if $fic ~~ @exclusions_fic;
    my $archive  = ($fic =~ /\.(gz|tar|tgz|zip|bz2|tbz2|7z)$/);
    my @stat     
ntree, $md5);
            }
        }
    }

    # fin si repertoire exclu
    return $err if $fic ~~ @exclusions_rep;

    # repertoire
    $err = $self->parcourir_repertoire($entree, $volume) if S_I
WebService-IFConfig-Client ( N/NI/NICDOYE/WebService-IFConfig-Client-1.001.tar.gz, NICDOYE, 2017; MetaCPAN )
WebService-IFConfig-Client/lib/WebService/IFConfig/Client.pm ( view source; MetaCPAN )
 if no request has been made.

=cut

sub get_status {
    my $self = shift;
    my $answer;

    given ( $self->get_raw_status ) {
        $answer = undef when 0;
        $answer = 1 when 200;
       
Mustache-Simple ( C/CM/CMS/Mustache-Simple-v1.3.6.tar.gz, CMS, 2017; MetaCPAN )
Mustache-Simple/lib/Mustache/Simple.pm ( view source; MetaCPAN )
urrent tag
        $result .= $tag->{pre};                 # add in the intervening text
        given ($tag->{type})
        {
            when('!') {                         # it's a comment
       
   } elsif (scalar @ret == 1) {
			$txt = $ret[0];
		    } else {
			$txt = \@ret;
		    }
		}
		given (reftype $txt)
                {
                    when ('ARRAY') {    # an array of hashes (ho
# get the entry from the context
                }
                my $ans = '';
                given (reftype $txt)
                {
                    when ('ARRAY') {
                        $an
DBIx-FunctionalAPI ( P/PE/PERLANCAR/DBIx-FunctionalAPI-0.09.tar.gz, PERLANCAR, 2017; MetaCPAN )
DBIx-FunctionalAPI/lib/DBIx/FunctionalAPI.pm ( view source; MetaCPAN )
   for my $t (@$tables) {
                $t =~ s/.+\.//;
                push @nonq, $t unless $t ~~ @nonq;
            }
            push @$tables, @nonq;

            $tables = [uniq @$tables];

  
Software-Release-Watch ( P/PE/PERLANCAR/Software-Release-Watch-0.05.tar.gz, PERLANCAR, 2017; MetaCPAN )
Software-Release-Watch/lib/Software/Release/Watch/Source/WebPage/ArchiveLinks.pm ( view source; MetaCPAN )
>{v}} //= { urls => [] };
        push @{ $releases{$p->{v}}{urls} }, $url
            unless $url ~~ $releases{$p->{v}}{urls};
    }

    \%releases;
    #[map {{ version=>$_, $releases{$_} }}
    # 
Perinci-Use ( P/PE/PERLANCAR/Perinci-Use-0.07.tar.gz, PERLANCAR, 2017; MetaCPAN )
Perinci-Use/lib/Perinci/Use.pm ( view source; MetaCPAN )
]} @e;
    }

    # create proxy functions
    for my $e (@e) {
        next if @$inc && !($e->[0] ~~ @$inc);

        # get metadata if not yet retrieved
        unless ($e->[2]) {
            $res =
App-short ( P/PE/PERLANCAR/App-short-0.14.tar.gz, PERLANCAR, 2017; MetaCPAN )
App-short/lib/App/short.pm ( view source; MetaCPAN )
= map {$_->{target}} @{$res_s->[2]};

    my @res;
    for (@{ $res_l->[2] }) {
        next if $_ ~~ @mentioned_longs;
        push @res, {
            name => $_,
        };
    }

    my %resmeta;
Perinci-Access-HTTP-Client ( P/PE/PERLANCAR/Perinci-Access-HTTP-Client-0.24.tar.gz, PERLANCAR, 2017; MetaCPAN )
Perinci-Access-HTTP-Client/lib/Perinci/Access/HTTP/Client.pm ( view source; MetaCPAN )
//;
                        my $level = $1;
                        $level = "error" unless $level ~~ @logging_levels;
                        my $logger_name = "log_$level";
                        n
Alien-FreeImage ( K/KM/KMX/Alien-FreeImage-1.001.tar.gz, KMX, 2017; MetaCPAN )
Alien-FreeImage/src/Source/LibPNG/png.h ( view source; MetaCPAN )
nst void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */

/* With both write APIs if image is in one of the linear formats with 16-bit
 * data
Bencher-Scenarios-PERLANCAR ( P/PE/PERLANCAR/Bencher-Scenarios-PERLANCAR-0.06.tar.gz, PERLANCAR, 2017; MetaCPAN )
Bencher-Scenarios-PERLANCAR/lib/Bencher/Scenario/PERLANCAR/In.pm ( view source; MetaCPAN )
       name => 'smartmatch',
            code_template => 'use experimental "smartmatch"; <needle> ~~ @main::<haystack:raw>',
        },
    ],
    datasets => [
        {name => '100 items' , args =>
:raw>)



=item * smartmatch (perl_code)

Code template:

 use experimental "smartmatch"; <needle> ~~ @main::<haystack:raw>



=back

=head1 BENCHMARK DATASETS

=over

=item * 100 items

=item * 10k

Lingua-Identify-Blacklists ( T/TI/TIEDEMANN/Lingua-Identify-Blacklists-0.04b.tar.gz, TIEDEMANN, 2017; MetaCPAN )
Lingua-Identify-Blacklists/lib/Lingua/Identify/Blacklists.pm ( view source; MetaCPAN )
';
    while (my $line = $reader->getline($MAX_LINE_LENGTH)) {

	# save text if no languages are given (for blacklists)
	unless (exists $options{langs} || exists $options{assumed}){
	    if ( length($

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