Result:
found more than 602 distributions - search limited to the first 2001 files matching your query ( run in 2.080 )


Benchmark-Perl-Formance-Cargo

 view release on metacpan or  search on metacpan

share/SpamAssassin/easy_ham/00570.d98ca90ac201b5d881f2397c95838eb2  view on Meta::CPAN


“It was like a rocket,” he remembers. “For a good ten minutes, the plane 
was going almost straight up.”

At the same moment, 56 minutes after it was hit, World Trade Center 
Tower Two began to falter, then cascade in an incomprehensible avalanche 
of steel, concrete and human lives.

“Someone said to me, ‘Look at that’ I remember that, ‘Look at that’ and 
I looked up and I saw and I just remember a cloud of dust and smoke and 
the horror of that moment,” recalls Rice of the TV newscast.

 view all matches for this distribution


BerkeleyDB

 view release on metacpan or  search on metacpan

t/db-4.8.t  view on Meta::CPAN

    # check the records in the secondary
    is countRecords($primary), 3 ;
    is countRecords($secondary), 3 ;
    is countRecords($foreign), 3 ;

    # deleting from the foreign will cascade
    ok $foreign->db_del("flag") == 0;
    is countRecords($primary), 2 ;
    is countRecords($secondary), 2 ;
    is countRecords($foreign), 2 ;

 view all matches for this distribution


Biblio-Zotero-DB

 view release on metacpan or  search on metacpan

lib/Biblio/Zotero/DB/Schema/Result/Collection.pm  view on Meta::CPAN


__PACKAGE__->has_many(
  "collection_items",
  "Biblio::Zotero::DB::Schema::Result::CollectionItem",
  { "foreign.collectionid" => "self.collectionid" },
  { cascade_copy => 0, cascade_delete => 0 },
);


__PACKAGE__->has_many(
  "collections",
  "Biblio::Zotero::DB::Schema::Result::Collection",
  { "foreign.parentcollectionid" => "self.collectionid" },
  { cascade_copy => 0, cascade_delete => 0 },
);


__PACKAGE__->belongs_to(
  "parentcollectionid",

 view all matches for this distribution


Bigtop

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      the browser will prevent you from trying to use the deceased server.
    - Stopped generating use_clean_dates for CRUD object constructors since
      it is superceeded by default cleaning of params.  (Use
      turn_off_clean_params => 1 and use_clean_dates => 1 for the old way.)
    - Suppressed javascript errors in tentmaker when changes could have
      cascaded but didn't.
    * Added paging to main listings upon request.  Use rows or paged_conf
      method statements to enable it.
    * There is now a:
        controller is base_controller { ... }
      block so you can put methods into the base module.  There are two

 view all matches for this distribution


Bio-ASN1-EntrezGene

 view release on metacpan or  search on metacpan

t/data/entrezgene.dat  view on Meta::CPAN

                  str "05010" } ,
              anchor "05010" ,
              url "http://www.genome.jp/dbget-bin/show_pathway?hsa05010+2" } } } ,
        {
          type comment ,
          text "KEGG pathway: Coagulation cascade" ,
          version 0 ,
          source {
            {
              src {
                db "04610" ,

t/data/entrezgene.dat  view on Meta::CPAN

                  str "04610" } ,
              anchor "04610" ,
              url "http://www.genome.jp/dbget-bin/show_pathway?hsa04610+2" } } } ,
        {
          type comment ,
          text "KEGG pathway: Complement and coagulation cascades" ,
          version 0 ,
          source {
            {
              src {
                db "04610" ,

 view all matches for this distribution


Bio-Chado-Schema

 view release on metacpan or  search on metacpan

lib/Bio/Chado/Schema.pm  view on Meta::CPAN

    Bio::Chado::Schema->plugin_add_relationship(
        'Organism::Organism', 'has_many', (
            "myapp_specialthings",
            "Bio::Chado::Schema::MyApp::Result::Foo",
            { "foreign.organism_id" => "self.organism_id" },
            { cascade_copy => 0, cascade_delete => 0 },
        );
    );

=cut

 view all matches for this distribution


Bio-Graphics

 view release on metacpan or  search on metacpan

lib/Bio/Graphics/Panel.pm  view on Meta::CPAN

            return "http://www.google.com/search?q=$name";
         } else {
            return "http://www.yahoo.com/search?p=$name";
         }

The -link argument cascades. image_and_map() will first look for a
-link option in the track configuration, and if that's not found, it
will look in the Panel configuration (created during
Bio::Graphics::Panel-E<gt>new). If no -link configuration option is found
in either location, then image_and_map() will use the value of -link
passed in its argument list, if any.

 view all matches for this distribution


Bio-Homology-InterologWalk

 view release on metacpan or  search on metacpan

scripts/Data/psi-mi.obo  view on Meta::CPAN

is_a: MI:0383 ! biopolymer

[Term]
id: MI:0905
name: amplified luminescent proximity homogeneous assay
def: "AlphaScreen relies on the use of Donor and Acceptor beads that are coated with a layer of hydrogel providing functional groups for bioconjugation. When a biological interaction between molecules brings the beads into proximity, a cascade of che...
subset: PSI-MI slim
synonym: "alfa-screen" EXACT PSI-MI-short []
synonym: "AlphaScreen" EXACT PSI-MI-alternate []
is_a: MI:0013 ! biophysical

 view all matches for this distribution


Bio-MUST-Core

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      - binaries: new script inst-split-seqs.pl
      - Seq: added methods purity and wrapped_str
      - SeqId: added method abbr_with_regex
    - Changes
      - binaries: refactored 'inst' executables (still no default install)
      - Ali: cascaded additions and changes in Seq methods
      - IdMapper: refactored regex_mapper to use abbr_with_regex
      - Seq: changed some method names for API consistency (raw_seq, recode_seq, uc_seq)
      - Tree: iTOL output now labels all internal nodes (instead of only collapsed nodes)
      
0.210380  2021-02-07 12:29:46+01:00 Europe/Brussels

 view all matches for this distribution


Bio-Phylo

 view release on metacpan or  search on metacpan

lib/Bio/Phylo/Util/Logger.pm  view on Meta::CPAN

        
        # probe the call stack
        my ( $pack2, $file2, $line2, $sub  ) = caller( $TRACEBACK + 2 );
        my ( $pack1, $file,  $line,  $sub1 ) = caller( $TRACEBACK + 1 );
        
        # cascade verbosity from global to local
        my $verbosity = $VERBOSITY{'*'}; # global
        $verbosity = $VERBOSITY{$pack1} if exists $VERBOSITY{$pack1}; # package
        $verbosity = $VERBOSITY{$sub}  if $sub and exists $VERBOSITY{$sub}; # sub
        
        # verbosity is higher than the current caller, proceed

 view all matches for this distribution


BioPerl-DB

 view release on metacpan or  search on metacpan

lib/Bio/DB/BioSQL/AnnotationCollectionAdaptor.pm  view on Meta::CPAN


=head2 remove_children

 Title   : remove_children
 Usage   :
 Function: This method is to cascade deletes in maintained objects.

           We need to undefine the primary keys of all contained
           children objects here.

 Example :

lib/Bio/DB/BioSQL/AnnotationCollectionAdaptor.pm  view on Meta::CPAN

	    if($ann->isa("Bio::DB::PersistentObjectI")) {
		# undef the PK if this is a child relationship by FK
		my $key = $self->_annotation_map_key($annotmap,$ann);
		if($annotmap->{$key}->{"link"} eq "child") {
		    $ann->primary_key(undef);
		    # cascade through in case the object needs it
		    $ann->adaptor->remove_children($ann);
		}
	    }
	}
    }

 view all matches for this distribution


BioPerl-Network

 view release on metacpan or  search on metacpan

t/data/sv40_small.xml  view on Meta::CPAN

             <secondaryRef db="go" id="GO:0005159" secondary="F:insulin-like growth factor r"/>
             <secondaryRef db="go" id="GO:0008269" secondary="F:JAK pathway signal transduct"/>
             <secondaryRef db="go" id="GO:0005148" secondary="F:prolactin receptor binding"/>
             <secondaryRef db="go" id="GO:0005070" secondary="F:SH3/SH2 adaptor activity"/>
             <secondaryRef db="go" id="GO:0006916" secondary="P:anti-apoptosis"/>
             <secondaryRef db="go" id="GO:0007259" secondary="P:JAK-STAT cascade"/>
             <secondaryRef db="go" id="GO:0045666" secondary="P:positive regulation of neuro"/>
             <secondaryRef db="go" id="GO:0040014" secondary="P:regulation of body size"/>
             <secondaryRef db="go" id="GO:0001558" secondary="P:regulation of cell growth"/>
             <secondaryRef db="go" id="GO:0009966" secondary="P:regulation of signal transdu"/>
             <secondaryRef db="interpro" id="IPR000980" secondary="SH2"/>

 view all matches for this distribution


BioPerl-Run

 view release on metacpan or  search on metacpan

t/data/esum_result.xml  view on Meta::CPAN

			<Item Name="ChrStart" Type="Integer"><ItemContent>27440257</ItemContent></Item>
			<Item Name="ChrStop" Type="Integer"><ItemContent>27466653</ItemContent></Item>
		</Item>
	</Item>
	<Item Name="GeneWeight" Type="Integer"><ItemContent>6258</ItemContent></Item>
	<Item Name="Summary" Type="String"><ItemContent>The de novo synthesis of pyrimidine nucleotides is required for mammalian cells to proliferate. This gene encodes a trifunctional protein which is associated with the enzymatic activities of the first ...
	<Item Name="ChrSort" Type="String"><ItemContent>02</ItemContent></Item>
	<Item Name="ChrStart" Type="Integer"><ItemContent>27440257</ItemContent></Item>
</DocSum>

<DocSum>

 view all matches for this distribution


BioPerl

 view release on metacpan or  search on metacpan

Bio/Seq/BaseSeqProcessor.pm  view on Meta::CPAN


=head2 close

 Title   : close
 Usage   :
 Function: Closes the stream. We override this here in order to cascade
           to the source stream.
 Example :
 Returns : 
 Args    : none

 view all matches for this distribution


Bot-BasicBot

 view release on metacpan or  search on metacpan

lib/Bot/BasicBot.pm  view on Meta::CPAN

The quit message.  Defaults to "Bye".

=head2 C<ignore_list>

The list of irc nicks to ignore B<public> messages from (normally
other bots.)  Useful for stopping bot cascades.

=head2 C<charset>

IRC has no defined character set for putting high-bit chars into channel.
This attribute sets the encoding to be used for outgoing messages. Defaults

 view all matches for this distribution


Bot-Infobot

 view release on metacpan or  search on metacpan

bin/infobot  view on Meta::CPAN

The channels we're going to connect to.

=head2 ignore_list

The list of irc nicks to ignore B<public> messages from (normally
other bots).  Useful for stopping bot cascades.

=head2 flood

Set to '1' to disable the built-in flood protection of POE::Compoent::IRC

 view all matches for this distribution


Bundle-PBib

 view release on metacpan or  search on metacpan

lib/PBibTk/Main.pm  view on Meta::CPAN

}
sub initFileMenu {
  my ($self, $mf, $win, $model) = @_;
  my $cmd;
  $model = $self unless defined $model;
  my $mb = $mf->cascade(-label => '~File'); ###, -tearoff => 0);

  $cmd = [ $model, 'browsePaperFile' ];
  $mb->command(-label => "~Open New Paper", -command => $cmd,
  				-accelerator => 'Ctrl-O' );
  $win->bind('<Control-Key-o>' => $cmd);

lib/PBibTk/Main.pm  view on Meta::CPAN

}
sub initBiblioMenu {
  my ($self, $mf, $win, $model) = @_;
  my $cmd;
  $model = $self unless defined $model;
  my $mb = $mf->cascade(-label => '~Biblio'); ###, -tearoff => 0);

#  $cmd = sub { $model->showSelectedBiblioReference(); };
  $cmd = [$model, 'showSelectedBiblioReference'];
  $mb->command(-label => 'Show ~Reference', -command => $cmd,
				-accelerator => 'Ctrl-R' );

lib/PBibTk/Main.pm  view on Meta::CPAN

}

sub initPaperMenu {
  my ($self, $mf, $win) = @_;
  my $cmd;
  my $mb = $mf->cascade(-label => '~Paper');

  $cmd = sub { $self->showSelectedPaperReference(); };
  $mb->command(-label => 'Show ~Reference', -command => $cmd,
  				-accelerator => 'Ctrl-T' );
  $win->bind('<Control-Key-t>' => $cmd);

 view all matches for this distribution


Business-Cart-Generic

 view release on metacpan or  search on metacpan

lib/Business/Cart/Generic/Schema/Result/Category.pm  view on Meta::CPAN


__PACKAGE__->has_many(
  "category_descriptions",
  "Business::Cart::Generic::Schema::Result::CategoryDescription",
  { "foreign.category_id" => "self.id" },
  { cascade_copy => 0, cascade_delete => 0 },
);

=head2 products_to_categories

Type: has_many

lib/Business/Cart/Generic/Schema/Result/Category.pm  view on Meta::CPAN


__PACKAGE__->has_many(
  "products_to_categories",
  "Business::Cart::Generic::Schema::Result::ProductsToCategory",
  { "foreign.category_id" => "self.id" },
  { cascade_copy => 0, cascade_delete => 0 },
);


# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wYPbDyD6TYFkzTfmL8Fg2w

 view all matches for this distribution


Business-CyberSource-Report

 view release on metacpan or  search on metacpan

lib/Business/CyberSource/Report.pm  view on Meta::CPAN

	}

	my $object = bless(
		# Create a copy of the factory's guts, the object will be a subclass of
		# the factory and will be able to use all the information.
		# Also, we don't want a change in the factory parameters to cascade to
		# the objects previously built, so it makes sense to copy.
		# TBD: copy only a selected subset of the content?
		Storable::dclone( $self ),
		$class,
	);

 view all matches for this distribution


BusyBird

 view release on metacpan or  search on metacpan

share/www/static/jquery.js  view on Meta::CPAN


		values[ index ] = jQuery._data( elem, "olddisplay" );
		display = elem.style.display;
		if ( show ) {
			// Reset the inline display of this element to learn if it is
			// being hidden by cascaded rules or not
			if ( !values[ index ] && display === "none" ) {
				elem.style.display = "";
			}

			// Set elements which have been overridden with display: none

 view all matches for this distribution


CGI-Application-Plugin-OpenTracing

 view release on metacpan or  search on metacpan

lib/CGI/Application/Plugin/OpenTracing.pm  view on Meta::CPAN

    
    # run span should continue
    my $root = $plugin->get_scope(CGI_RUN)->get_span;
    
    my $tracer = $plugin->get_tracer();
    _cascade_set_failed_spans($tracer, $error, $root);
    
    return;
}


lib/CGI/Application/Plugin/OpenTracing.pm  view on Meta::CPAN

    return $bootstrapped_tracer;
}



sub _cascade_set_failed_spans {
    my ($tracer, $error, $root_span) = @_;
    my $root_addr = refaddr($root_span) if defined $root_span;

    while (my $scope = $tracer->get_scope_manager->get_active_scope()) {
        my $span = $scope->get_span();

lib/CGI/Application/Plugin/OpenTracing.pm  view on Meta::CPAN

            message => $error,
            grep_error_tags( $plugin->get_tags(TRC_ACTIVE_SCOPE) ),
        );
        
        my $tracer = $plugin->get_tracer();
        _cascade_set_failed_spans($tracer, $error);

        die $error;
    };
}

 view all matches for this distribution


CGI-Application-Plugin-ValidateRM

 view release on metacpan or  search on metacpan

lib/CGI/Application/Plugin/ValidateRM.pm  view on Meta::CPAN


=head1 MAILING LIST

If you have any questions, comments, bug reports or feature suggestions,
post them to the support mailing list! This the Data::FormValidator list.
To join the mailing list, visit L<http://lists.sourceforge.net/lists/listinfo/cascade-dataform>

=head1 LICENSE

Copyright (C) 2003-2005 Mark Stosberg <mark@summersault.com>

 view all matches for this distribution


CGI-Info

 view release on metacpan or  search on metacpan

t/extended_tests.t  view on Meta::CPAN

        'domain_name() returns non-www host unchanged');
};

# ============================================================
# 44. browser_type() — priority order: mobile > search > robot > web
#     Verify the cascade: mobile wins over everything
# ============================================================

subtest 'browser_type: mobile takes priority over robot detection' => sub {
    reset_env();
    # iPhone UA — would be classified as both mobile and potentially robot

t/extended_tests.t  view on Meta::CPAN

    $ENV{REMOTE_ADDR}     = '1.2.3.4';
    $ENV{IS_MOBILE}       = 1;

    my $info = CGI::Info->new();
    is($info->browser_type(), 'mobile',
        'mobile takes priority in browser_type() cascade');
};

# ============================================================
# 45. is_tablet() — TabletPC user agent
#     Branch: $agent =~ /.+(iPad|TabletPC).+/

 view all matches for this distribution


CGI-Lingua

 view release on metacpan or  search on metacpan

lib/CGI/Lingua.pm  view on Meta::CPAN

# filesystem or it doesn't — there is no per-request variability.
my $_locale_object_db_ok;

# Package-level sentinel for Data::Validate::IP / NetAddr::IP availability.
# NetAddr::IP::UtilPP fails to build on Windows (mask4to6 bad-argument error),
# which cascades to Data::Validate::IP.  undef = not yet probed; 0 = broken;
# 1 = available.  On first country() call we try to load the module and, if it
# fails, install pure-Perl aliases for the four functions we use.
my $_have_dvip;

# Short-name overrides used when Locale::Object's database is absent and we

 view all matches for this distribution


CGI-WebOut

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.00  Wed Aug 22 04:23:54 2001
	- original version; created by h2xs 1.21 with options
		-X -n CGI::WebOut

1.01  Sun Mar 31 17:40:00 2002
    - cascade (and same) fatal error messages will not duplicate at exit

1.02  Sat Apr 20 19:00:00 2002
    - bug in NoCache() with fixed Last-modified (proxy dependent)

1.10  Fri May 24 18:00:00 2002

 view all matches for this distribution


CHI-Cascade

 view release on metacpan or  search on metacpan

lib/CHI/Cascade.pm  view on Meta::CPAN

}

sub rule {
    my ($self, %opts) = @_;

    my $rule = CHI::Cascade::Rule->new( cascade => $self, %opts );

    if (ref($rule->{target}) eq 'Regexp') {
        push @{ $self->{qr_targets} }, $rule;
    }
    elsif (! ref($rule->{target})) {

lib/CHI/Cascade.pm  view on Meta::CPAN

=head1 SYNOPSIS

    use CHI;
    use CHI::Cascade;

    $cascade = CHI::Cascade->new(chi => CHI->new(...));

    $cascade->rule(
        target  => 'unique_name',
        depends => ['unique_name_other1', 'unique_name_other2'],
        code    => sub {
            my ($rule, $target_name, $values_of_depends) = @_;

lib/CHI/Cascade.pm  view on Meta::CPAN

            return $value;
        },
        params  => { a => 1, b => 2 }
    );

    $cascade->rule(
        target  => 'unique_name_other1',
        depends => 'unique_name_other3',
        code    => sub {
            my ($rule, $target_name, $values_of_depends) = @_;

lib/CHI/Cascade.pm  view on Meta::CPAN

            # computing here
            return $value;
        }
    );

    $value_of_this_target = $cascade->run('unique_name');

=head1 DESCRIPTION

This module is the attempt to use a benefits of caching and 'make' concept.
If we have many an expensive tasks (a I<computations> or sometimes here used

lib/CHI/Cascade.pm  view on Meta::CPAN

This module is experimental yet. I plan to improve it near time but some things
already work. You can take a look for t/* tests as examples.

=head1 CONSTRUCTOR

$cascade = CHI::Cascade->new( %options )

This method constructs a new C<CHI::Cascade> object and returns it.
Key/value pair arguments may be provided to set up the initial state.
Options are:

lib/CHI/Cascade.pm  view on Meta::CPAN


B<Optional>. This is B<coderef> for dependence exceptions. If any dependence
from list of L</depends>'s option throws an exception of type
CHI::Cascade::Value by C<die> (for example like this code: C<< die
CHI::Cascade::Value->new->value( { i_have_problem => 1 } ) >> ) then the
C<$cascade> will execute this code as C<< $rule->{depends_catch}->(
$this_rule_obj, $exception_of_dependence, $rule_obj_of_dependence,
$plain_text_target_of_dependence ) >> and you can do into inside a following:

=over

lib/CHI/Cascade.pm  view on Meta::CPAN

If exception will be other type this will be propogated onward beyond the
L</run> method

=item to do something

You can make something in this code. After execution of your code the cascade
re-throws original exception of dependence like described above in L<<
/"re-C<die>" >> section.

But please notice that original exception has a status of "thrown from code" so
it can be catched later by other L</depends_catch> callback from other rule

lib/CHI/Cascade.pm  view on Meta::CPAN


=back

=item run( $target, %options )

This method makes a cascade computation if need and returns value (value is
cleaned value not L<CHI::Cascade::Value> object!) for this target If any
dependence of this target of any dependencies of dependencies were
(re)computed this target will be (re)computed too.

The run method of instance of cascade can be called from other run method of
same instance and from C<callref> function inside C<depends> rule's option. This
was made possible by creating a separate data instance for each root call of run
method. This can come in handy when you compute dependencies on the go, which
are computed by the same object (instance) of C<cascade>.

=over

=item $target

lib/CHI/Cascade.pm  view on Meta::CPAN


=item ttl

A B<scalarref> for getting current TTL for value of 'run' target. The TTL is
"time to live" as TTL in DNS. If any rule in a path of following to dependencies
has ttl parameter then the cascade will do there:

=over

=item 1.

lib/CHI/Cascade.pm  view on Meta::CPAN

=item 2.

if rule's target marker already has a upper time and this time in future
the target will be recomputed in this time in future and before this moment you
will get a old data from cache for 'run' target. If this time is there and has
elapsed cascade will use a standard algorithm.

=item 3.

will look up the rule's ttl parameter (min & max ttl values) and will generate
upper time of computation of this rule's target and will return from L</run>
method old data of 'run' target. Next L</run>s executions will return old values
of any targets where this TTL-marked target is as dependence.

=item 4.

In any case if old value misses in cache the cascade will recompute codes.

=back

This feature was made for I<reset> situation. For example if we have 'reset'
rule and all rules depend from this one rule the better way will be to have

lib/CHI/Cascade.pm  view on Meta::CPAN

appropriate ones.

=item target_remove ( $target )

It's like a removing of target file in make. You can force to recompute target
by this method. It will remove target marker if one exists and once when cascade
will need target value it will be recomputed. In a during recomputing of course
cascade will return an old value if one exists in cache.

=item stash()

B<Deprecated!> It returns I<hashref> to a stash. A stash is hash for temporary data between
rule's codes. It can be used only from inside L</run>. Example:

    $cascade->run( 'target', stash => { key1 => value1 } )

and into rule's code:

    # DEPRECATED - OLD METHOD! It's supported and works but please don't use it
    $rule->cascade->stash->{key1}

    # NEW METHOD:
    $rule->stash->{key1}

If a L</run> method didn't get stash hashref the default stash will be as empty

lib/CHI/Cascade.pm  view on Meta::CPAN

unique_name_other1 will be recomputed and after the unique_name will be
recomputed.

And even we can have a same rule:

    $cascade->rule(
        target  => qr/^unique_name_(.*)$/,
        depends => sub { 'unique_name_other_' . $_[1] },
        code    => sub {
            my ($rule, $target_name, $values_of_depends) = @_;

            # $rule->qr_params          === ( 3 )
            # $target_name              == 'unique_name_3' if $cascade->run('unique_name_3') was
            # $values_of_depends        == {
            #     unique_name_other_3   => $value_ref_3
            # }
        }
    );

    $cascade->rule(
        target  => qr/unique_name_other_(.*)/,
        code    => sub {
            my ($rule, $target_name, $values_of_depends) = @_;
            ...
        }
    );

When we will do:

    $cascade->run('unique_name_52');

$cascade will find rule with qr/^unique_name_(.*)$/, will make =~ and will find
a depend as unique_name_other_52

=head1 AUTHOR

This module has been written by Perlover <perlover@perlover.com>

 view all matches for this distribution


CPAN-Changes

 view release on metacpan or  search on metacpan

corpus/dists/Config-GitLike.changes  view on Meta::CPAN

* silence lc warnings on undef under perl 5.12 (iarnell@gmail.com)

1.04 - 2010-04-03

* The functionality of Config::GitLike::Cascaded has been folded into
  Config::GitLike as a "cascade" option, and the subpackage is now
  deprecated. (alexmv)
* Config::GitLike::Git->new->load("/path/to/git") when the path is
  lacking a ".git", or is a bare repository, now works. (alexmv)
* Fixed a bug wherein the home directory config file would be loaded
  twice, causing all values to be multiple, if that was your cwd.

 view all matches for this distribution


CPAN-Maker-Bootstrapper

 view release on metacpan or  search on metacpan

share/builder  view on Meta::CPAN

        for a in $(cat build-mirrors); do
            MIRRORS+=("--mirror $a")
        done
    fi

    export PERL_CPANM_OPT="-n -v --cascade-search ${MIRRORS[@]} --mirror-only"
else 
    RESOLVERS=()
    if [[ -e build-mirrors ]]; then
        for a in $(cat build-mirrors); do
            RESOLVERS+="--resolver 02packages,$a"

 view all matches for this distribution


CPAN-Mirror-Tiny

 view release on metacpan or  search on metacpan

lib/CPAN/Mirror/Tiny.pm  view on Meta::CPAN

L<cpanm> is an awesome CPAN client. If you want to install modules
in your DarkPAN with cpanm, there are 2 ways.

First way:

  cpanm --cascade-search \
    --mirror-index /path/to/darkpan/modules/02packages.details.txt \
    --mirror /path/to/darkpan \
    --mirror http://www.cpan.org \
    Your::Module

 view all matches for this distribution


CPAN-cpanminus-reporter-RetainReports

 view release on metacpan or  search on metacpan

t/data/cpanriver.01.build.log  view on Meta::CPAN

t/76select.t ........................................ ok
t/77join_count.t .................................... ok
t/78self_referencial.t .............................. ok
t/79aliasing.t ...................................... ok
t/80unique.t ........................................ ok
t/82cascade_copy.t .................................. ok
t/83cache.t ......................................... ok
t/84serialize.t ..................................... ok
t/85utf8.t .......................................... ok
t/86might_have.t .................................... ok
t/86sqlt.t .......................................... skipped: Test needs SQL::Translator >= 0.11018 (see DBIx::Class::Optional::Dependencies for details)

t/data/cpanriver.01.build.log  view on Meta::CPAN

t/cdbi/18-has_a.t ................................... skipped: Class::DBI required for this test
t/cdbi/19-set_sql.t ................................. skipped: Class::DBI required for this test
t/cdbi/21-iterator.t ................................ skipped: Class::DBI required for this test
t/cdbi/22-deflate_order.t ........................... skipped: Class::DBI required for this test
t/cdbi/22-self_referential.t ........................ skipped: Class::DBI required for this test
t/cdbi/23-cascade.t ................................. skipped: Class::DBI required for this test
t/cdbi/24-meta_info.t ............................... skipped: Class::DBI required for this test
t/cdbi/26-mutator.t ................................. skipped: Class::DBI required for this test
t/cdbi/30-pager.t ................................... skipped: Class::DBI required for this test
t/cdbi/68-inflate_has_a.t ........................... skipped: Class::DBI required for this test
t/cdbi/70_implicit_inflate.t ........................ skipped: Test needs DateTime >= 0.55, DateTime::Format::SQLite, DateTime::Format::Strptime >= 1.2

t/data/cpanriver.01.build.log  view on Meta::CPAN

t/count/grouped_pager.t ............................. ok
t/count/in_subquery.t ............................... ok
t/count/joined.t .................................... ok
t/count/prefetch.t .................................. ok
t/count/search_related.t ............................ ok
t/delete/cascade_missing.t .......................... ok
t/delete/complex.t .................................. ok
t/delete/m2m.t ...................................... ok
t/delete/related.t .................................. ok
t/discard_changes_in_DESTROY.t ...................... ok
t/inflate/core.t .................................... skipped: Inflation tests need DateTime >= 0.55, DateTime::Format::Strptime >= 1.2

t/data/cpanriver.01.build.log  view on Meta::CPAN

t/multi_create/m2m.t ................................ ok
t/multi_create/multilev_single_PKeqFK.t ............. ok
t/multi_create/reentrance_count.t ................... skipped: Disable test entirely until multicreate is rewritten in terms of subqueries
t/multi_create/standard.t ........................... ok
t/multi_create/torture.t ............................ ok
t/ordered/cascade_delete.t .......................... ok
t/ordered/unordered_movement.t ...................... ok
t/prefetch/attrs_untouched.t ........................ ok
t/prefetch/correlated.t ............................. ok
t/prefetch/count.t .................................. ok
t/prefetch/diamond.t ................................ ok

 view all matches for this distribution


( run in 2.080 seconds using v1.01-cache-2.11-cpan-e7c6538aa59 )