Group
Extension

Matches 1309

App-scanrdeps ( P/PA/PAVELSR/App-scanrdeps-0.02.tar.gz, PAVELSR, 2019; MetaCPAN )
App-scanrdeps/script/scanrdeps.pl ( view source; MetaCPAN )
n' } @arr );
    return 0;
}

sub in_array {
    my ( $array_ref, $pattern ) = @_;
    no if ( $] >= 5.018 ), warnings => 'experimental';
    $array_ref //= [];
    return $pattern ~~ @{$array_ref};
}
WebService-Google-Reader ( G/GR/GRAY/WebService-Google-Reader-0.24.tar.gz, GRAY, 2017; MetaCPAN )
WebService-Google-Reader/ex/mark-software-updates.pl ( view source; MetaCPAN )
len = length $top;
        find {
            wanted => sub {
                if ($File::Find::dir ~~ %prune) {
                    $File::Find::prune = 1;
                    return;
                
\s+/, $line;
        next unless $package ~~ %modules;
        $dists{ CPAN::DistnameInfo->new($dist)->dist } = undef;
    }
    close $fh;

    sub { $_[0] ~~ %dists; }
};

my %conf = (
    perl => {
 }

            my $listed;
            for my $w (@whitelist) {
                next if not $name ~~ $w;
                $listed = 1;
                VERBOSE && say "$lang - $name - whitelisted";
   
Net-DRI ( P/PM/PMEVZEK/Net-DRI-0.96_13.tar.gz, PMEVZEK, 2019; MetaCPAN )
Net-DRI/lib/Net/DRI/Protocol/EPP/Core/RegistryMessage.pm ( view source; MetaCPAN )
d([['poll',{op=>'req'}]]);
 return;
}

## elements in @prio come out first, in the same order as given (but only those existing in %$rh), then other keys of %$rh are reordered
sub _sort
{
 my ($rh, @p
Perl-Critic-PolicyBundle-SNEZ ( S/SN/SNEZ/Perl-Critic-PolicyBundle-SNEZ-0.02.tar.gz, SNEZ, 2019; MetaCPAN )
Perl-Critic-PolicyBundle-SNEZ/lib/Perl/Critic/Policy/CodeLayout/RequireSpaceAroundBinaryOperators.pm ( view source; MetaCPAN )
Y_OPERATORS => qw(
  **   +    -
  =~   !~   *    /    %    x
  <<   >>   lt   gt   le   ge   cmp  ~~
  ==   !=   <=>  .    ..   ...
  &    |    ^    &&   ||   //
  **=  +=   -=   .=   *=   /=
  %=   
Perl-Critic-PolicyBundle-SNEZ ( S/SN/SNEZ/Perl-Critic-PolicyBundle-SNEZ-0.02.tar.gz, SNEZ, 2019; MetaCPAN )
Perl-Critic-PolicyBundle-SNEZ/lib/Perl/Critic/Policy/CodeLayout/RequireBreakBeforeOperator.pm ( view source; MetaCPAN )
 ++   --   **   !    ~    +    -
  =~   !~   *    /    %    x
  <<   >>   lt   gt   le   ge   cmp  ~~
  ==   !=   <=>  .    ..   ...
  &    |    ^    &&   ||   //
  ?    :    **=  +=   -=   .=   *=   
Text-Autoformat ( N/NE/NEILB/Text-Autoformat-1.75.tar.gz, NEILB, 2019; MetaCPAN )
Text-Autoformat/lib/Text/Autoformat.pm ( view source; MetaCPAN )
 qw( perl camel wall );
    sub highlight_specials {
        my ($word) = @_;
        return $word ~~ @SPECIAL ? uc($word) : $word;
    }

    $text = autoformat($text, {case => \&highlight_specials})
Gtk2-Ex-DbLinker ( R/RA/RAPPAZF/Gtk2-Ex-DbLinker-0.113.tar.gz, RAPPAZF, 2019; MetaCPAN )
Gtk2-Ex-DbLinker/lib/Gtk2/Ex/DbLinker/Datasheet.pm ( view source; MetaCPAN )
->debug( "field name with txt renderer: " . $field->{name} );

                #if ($field->{name} ~~ @apk) {
                if ( grep /^$field->{name}$/, @apk ) {
                    $self->{log}->d
d_status;

            } else {
                my $x = "";

                # if ( $field->{name} ~~ @{$self->{cols}}) {
                if ( defined $self->{hcols}->{ $field->{name} } ) {
          
Search-QS ( E/EB/EBRUNI/Search-QS-0.04.tar.gz, EBRUNI, 2019; MetaCPAN )
Search-QS/lib/Search/QS/Options/Int.pm ( view source; MetaCPAN )
> undef);


sub to_qs() {
    my $s = shift;
    my $amp = shift || 0;
    return '' if ($s->value ~~ $s->default);
    return $s->name . '=' . $s->value . ($amp ? '&' : '');
}

sub reset() {
    my $
X11-Protocol-Other ( K/KR/KRYDE/X11-Protocol-Other-31.tar.gz, KRYDE, 2019; MetaCPAN )
X11-Protocol-Other/devel/lib/X11/Protocol/Ext/XFree86_VidModeExtension.pm ( view source; MetaCPAN )
y, except for C<private> which is treated as an empty
string if omitted.

Any mode values can be given (not just those listed by
C<XF86VidModeGetAllModeLines()>) but it's generally the caller's
respon
MsgPack-RPC ( Y/YA/YANICK/MsgPack-RPC-2.0.3.tar.gz, YANICK, 2019; MetaCPAN )
MsgPack-RPC/lib/MsgPack/RPC.pm ( view source; MetaCPAN )
> [ 'read' ],
);

sub receive ( $self, $message ) {
    my @message = @$message;

    my $m;
    given ( $message[0] ) {
        $m = MsgPack::RPC::Message::Request->new( id => $message[1], method => 
MsgPack-RPC ( Y/YA/YANICK/MsgPack-RPC-2.0.3.tar.gz, YANICK, 2019; MetaCPAN )
MsgPack-RPC/lib/MsgPack/Decoder/Generator/Any.pm ( view source; MetaCPAN )
sub { 1 };

has '+next' => sub {
    my $self = shift;
    my $byte = $self->buffer_as_int;

    given( $byte ) {
        return [ [ 'FixInt', buffer => $self->buffer ] ]  
            when $byte <= 0
PMLTQ ( M/MA/MATY/PMLTQ-3.0.2.tar.gz, MATY, 2019; MetaCPAN )
PMLTQ/lib/PMLTQ/Relation/DepthFirstRangeIterator.pm ( view source; MetaCPAN )
e range
[RMIN,RMAX]; note that the arguments for LMIN,LMAX must be negative values.
For example, given (LMIN,LMAX,RMIN,RMAX) = (-1,-3,1,4), the iterator returns
first three nodes preceding and first f
Benchmark-Perl-Formance-Analyzer ( S/SC/SCHWIGON/Benchmark-Perl-Formance-Analyzer-0.009.tar.gz, SCHWIGON, 2019; MetaCPAN )
Benchmark-Perl-Formance-Analyzer/lib/Benchmark/Perl/Formance/Analyzer/BenchmarkAnything.pm ( view source; MetaCPAN )
  require File::Basename;
        require BenchmarkAnything::Evaluations;

        my $timestamp = ~~gmtime;
        my $headline  = "Perl::Formance - charts rendered at: $timestamp\n\n";
        $hea
i18n ( A/AU/AUDREYT/i18n-0.13.tar.gz, AUDREYT, 2019; MetaCPAN )
i18n/lib/i18n.pm ( view source; MetaCPAN )
-Mi18n=/path/to/po-files/ -le 'print ~~"Hello, world"';
    Hola, mundo

In your module:

    use i18n "/path/to/po-files";
    my $place = ~~'world';
    print ~~"Hello, $world";

=head1 DESCRIPTION
s (C<~~>)
in front of every string that is intended to be translated.  That's it.
All the other details of localization are handled outside the program.
Here are some examples:

    my $str1 = ~~'The 
time is now';
    my $str2 = ~~"$str1 for having a cow";
    my $str3 = ~~qq{Wow! $str2};
    my $str4 = ~~<<END;
    How now.
    Brown cow.
    END

Think of the tilde signs as an indicator that you
RNA-HairpinFigure ( S/SH/SHENWEI/RNA-HairpinFigure-0.141212.tar.gz, SHENWEI, 2014; MetaCPAN )
RNA-HairpinFigure/lib/RNA/HairpinFigure.pm ( view source; MetaCPAN )
next5 <= $left[-1] ) {

        # stem
        if ( $next5 ~~ @left and $next3 ~~ @right ) {
            while ( $next5 ~~ @left and $next3 ~~ @right ) {
                push @l1, ' ';
               
  elsif ( $next5 !~ @left and $next3 ~~ @right ) {

            # print "[5' gap],$next5,$next3\n";
            $n5 = 0;
            $n5++ until ( $next5 + $n5 ) ~~ @left;
            for ( 1 .. $n5 )
ap
        elsif ( $next5 ~~ @left and $next3 !~ @right ) {

            # print "[3' gap], $next5,$next3\n";
            $n3 = 0;
            $n3++ until ( $next3 - $n3 ) ~~ @right;
            for (
Dancer-Plugin-SporeDefinitionControl ( N/NO/NOUDARD/Dancer-Plugin-SporeDefinitionControl-0.18.tar.gz, NOUDARD, 2019; MetaCPAN )
Dancer-Plugin-SporeDefinitionControl/lib/Dancer/Plugin/SporeDefinitionControl.pm ( view source; MetaCPAN )
llow_allow_origins'} 
                                                  &&  $req->header('Origin') ~~ @{$build_options_route->{'header_allow_allow_origins'}}
                                          
Perl-Metrics-Lite ( K/KI/KITANO/Perl-Metrics-Lite-0.092.tar.gz, KITANO, 2019; MetaCPAN )
Perl-Metrics-Lite/lib/Perl/Metrics/Lite/Analysis/Sub/Plugin/MccabeComplexity.pm ( view source; MetaCPAN )
   >>=
    ?
    and
    cmp
    eq
    gt
    lt
    ne
    not
    or
    xor
    ||
    ||=
    ~~
);

Readonly::Array our @DEFAULT_LOGIC_KEYWORDS => qw(
    else
    elsif
    for
    foreach
    
Net-Silk ( M/MS/MSISK/Net-Silk-2.08.tar.gz, MSISK, 2019; MetaCPAN )
Net-Silk/lib/Net/Silk/Bag.pm ( view source; MetaCPAN )
type
  counter_len

=back

=item type_merge($type1, $type2)

Return the field type that would be given (by default) to a bag
that is a result of co-mingling two bags of the given types.
For example, '
Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/lib/Perlito5X/overload.pm ( view source; MetaCPAN )
   binary              => '& &= | |= ^ ^= &. &.= |. |.= ^. ^.=',
    unary               => "neg ! ~ ~.",
    mutators            => '++ --',
    func                => "atan2 cos sin exp abs log sqrt
            => "-X",
    dereferencing       => '${} @{} %{} &{} *{}',
    matching            => '~~',
    special             => 'nomethod fallback =',
);

my %ops_seen;
@ops_seen{ map split(/ /), v
  => 'lt le gt ge eq ne',
 binary		  => '& &= | |= ^ ^= &. &.= |. |.= ^. ^.=',
 unary		  => 'neg ! ~ ~.',
 mutators	  => '++ --',
 func		  => 'atan2 cos sin exp abs log sqrt int',
 conversion	  => 'bo
perl5i ( M/MS/MSCHWERN/perl5i-v2.13.2.tar.gz, MSCHWERN, 2016; MetaCPAN )
perl5i/lib/perl5i/0/ARRAY.pm ( view source; MetaCPAN )
ub { $_ ~~ $filter }, @$array );
    }

    return List::Util::first( sub { $filter->() }, @$array );

}

sub ARRAY::grep {
    my ( $array, $filter ) = @_;

    my @result = CORE::grep { $_ ~~ $filte
gs
            return $r1 eq $r2;
        }
    }
    elsif( $ref1 eq $ref2 ) {
        if ( $ref1 ~~ [qw(Regexp GLOB CODE)] ) {
            return $r1 eq $r2;
        }
        elsif ( $ref1 eq 'ARRA
 $ref1 eq 'HASH' ) {
            return _equal_hashes( $r1, $r2 );
        }
        elsif ( $ref1 ~~ [qw(SCALAR REF)] ) {
            return _are_equal($$r1, $$r2);
        }
        else {
         

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