Group
Extension

Matches 1364

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{$_} }}
    # 
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
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];

  
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
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($
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

Win32-GUI ( K/KM/KMX/Win32-GUI-1.14.tar.gz, KMX, 2017; MetaCPAN )
Win32-GUI/build_tools/doReadme.pl ( view source; MetaCPAN )
e=$tmp",
  "--outfile=$htm",
);

# remove pod2html cache files; 5.6 uses ".x~~" and 5.8 uses ".tmp" extensions
unlink("pod2htmd.$_", "pod2htmi.$_") for qw(x~~ tmp);

BuildTools::rm_f($tmp);

exit(0);
Win32-GUI ( K/KM/KMX/Win32-GUI-1.14.tar.gz, KMX, 2017; MetaCPAN )
Win32-GUI/build_tools/doHTMLDocs.pl ( view source; MetaCPAN )
estbinsubdir);

# remove pod2html cache files; 5.6 uses ".x~~" and 5.8 uses ".tmp" extensions
unlink("pod2htmd.$_", "pod2htmi.$_") for qw(x~~ tmp);

# copy all GIF files from docs directy to html tree
Gtk2-Ex-DbLinker-DbTools ( R/RA/RAPPAZF/Gtk2-Ex-DbLinker-DbTools-0.112.tar.gz, RAPPAZF, 2017; MetaCPAN )
Gtk2-Ex-DbLinker-DbTools/lib/Gtk2/Ex/DbLinker/RdbDataManager.pm ( view source; MetaCPAN )
elf->{fieldsRel}->{$id};
    $rel = ( $rel ? $rel : "" );
    my $key = $rel . $id;

    #if ($key ~~ @{$self->{rocols}}){
    if ( grep( /^$key$/, @{ $self->{rocols} } ) ) {
        $self->{log}->deb
Gtk2-Ex-DbLinker-DbTools ( R/RA/RAPPAZF/Gtk2-Ex-DbLinker-DbTools-0.112.tar.gz, RAPPAZF, 2017; MetaCPAN )
Gtk2-Ex-DbLinker-DbTools/lib/Gtk2/Ex/DbLinker/DbcDataManager.pm ( view source; MetaCPAN )

    my ( $self, $id, $value ) = @_;
    my $pos = $self->{row}->{pos};
    my $row;

    #if ($id ~~ @{$self->{rocols}}){
    $self->{log}
      ->debug( "set_field: rocols: " . join( " ", @{ $self->
CracTools ( J/JA/JAUDOUX/CracTools-1.251.tar.gz, JAUDOUX, 2017; MetaCPAN )
CracTools/lib/CracTools/App/Command/GtfToGff.pm ( view source; MetaCPAN )
 => "feature",
                               };
      } elsif(!(@{$features{$id}{transcript_ids}} ~~ $trans_id)) {
        push(@{$features{$id}{transcript_ids}},$trans_id);
      }

      if(!define
Gtk2-Ex-DbLinker-DbTools ( R/RA/RAPPAZF/Gtk2-Ex-DbLinker-DbTools-0.112.tar.gz, RAPPAZF, 2017; MetaCPAN )
Gtk2-Ex-DbLinker-DbTools/lib/Gtk2/Ex/DbLinker/SqlADataManager.pm ( view source; MetaCPAN )
 {

        $self->{log}->debug( "Processing field " . $fieldname );

        #if ( $sql_fieldname ~~ @pk) {
        if ( grep ( /\b$fieldname\b/, @pk ) ) {
            my @keys = keys %new_values;
  
Gtk2-Ex-DbLinker-DbTools ( R/RA/RAPPAZF/Gtk2-Ex-DbLinker-DbTools-0.112.tar.gz, RAPPAZF, 2017; MetaCPAN )
Gtk2-Ex-DbLinker-DbTools/lib/Gtk2/Ex/DbLinker/DatasheetHelper.pm ( view source; MetaCPAN )
to_save) {

                #my $name = $field->{name};

                # if ( $field->{name} ~~ @{$self->{cols}})
                if ( defined $self->{hcols}->{$name} ) {

                   
Business-UPS-Tracking ( M/MA/MAROS/Business-UPS-Tracking-1.13.tar.gz, MAROS, 2017; MetaCPAN )
Business-UPS-Tracking/lib/Business/UPS/Tracking/Role/Print.pm ( view source; MetaCPAN )
    return unless $value;

    $name = $params{index}.'. '.$name
        if $params{index};

    given (ref $value) {
        when('') {
            $table->row($name,$value);
        }
        when('
Alien-GvaScript ( D/DA/DAMI/Alien-GvaScript-1.45.tar.gz, DAMI, 2017; MetaCPAN )
Alien-GvaScript/lib/Alien/GvaScript/KeyMap.pod ( view source; MetaCPAN )
trol>, I<shift> and I<alt>. 
Several prefixes may be combined, but must appear in the order just given
(so for example B<S_C_A> would be illegal).

=back

Alternatively, key specifications may also fo
App-InteractivePerlTutorial ( M/MG/MGV/App-InteractivePerlTutorial-0.000_001.tar.gz, MGV, 2015; MetaCPAN )
App-InteractivePerlTutorial/lib/App/InteractivePerlTutorial/Chapter/Smartmatch/GivenWhen.pm ( view source; MetaCPAN )
-else Structure

the next 2 program sequences will do the same thing: will read the input and

  given( <STDIN> ) {
  when ( 'virus' )  { say 'the whole file is virus' }
  when ( /\Avirs/ ) { say 'the
will be $_ ~~ (...)

  my $_ = <STDIN>;
  if ( $_ ~~ 'Fred' )       { say 'the whole file is virus' }
  elsif ( $_ ~~ /\Avirus/ ) { say 'the file name starts with a virus' }
  elsif ( $_ ~~ /virus/ ) 
se                      { say "this file is clean" }

On the other hand, if we write this way

  given( <STDIN> ) {
  when ( /virus/ ) { say 'the file is corrupt'; continue }
  when ( 'virus' ) { say 
Spreadsheet-Reader-ExcelXML ( J/JA/JANDREW/Spreadsheet-Reader-ExcelXML-v0.16.8.tar.gz, JANDREW, 2017; MetaCPAN )
Spreadsheet-Reader-ExcelXML/lib/Spreadsheet/Reader/ExcelXML/XMLReader/WorkbookXML.pm ( view source; MetaCPAN )
############
	# SYNOPSIS Screen Output
	# 01: <?xml version="1.0"?><Styles><Style ss:ID="Default"/ ~~ / ss:ID="s22"><Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="14" ss:Color="#000000"
	######
FAIR-Data ( M/MA/MARKW/FAIR-Data-1.001.tar.gz, MARKW, 2016; MetaCPAN )
FAIR-Data/lib/FAIR/Base.pm ( view source; MetaCPAN )
ef; sometimes its a list of DCAT objects, sometimes a listref of strings
		
		unless (ref($values) ~~ /ARRAY/){  # some properties return listrefs, others return just a string or an object
			$values 
print STDERR $object, "\n";
		    next unless ($object);  # might be undef
		    if ((ref($object) ~~ /FAIR/) && $object->can('_toTriples')) {  # is it a FAIR object?  if so, unpack it  
			my $toConn
Log-Shiras ( J/JA/JANDREW/Log-Shiras-v0.48.0.tar.gz, JANDREW, 2016; MetaCPAN )
Log-Shiras/lib/Log/Shiras/Test2.pm ( view source; MetaCPAN )
use Test2::Plugin::UTF8;
	use Test::Log::Shiras;
	plan( 3 );
	
	~~ Set up the Log::Shiras::Switchboard operator here ($ella_peterson) ~~
	
	my $test_class;
	ok( lives{	$test_class = Log::Shiras::Test2

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