Result:
found 572 distributions and 910 files matching your query ! ( run in 0.718 )


win

 view release on metacpan or  search on metacpan

win.pm  view on Meta::CPAN


sub import {

    my $class = shift;

    ($pkg) = (caller)[0];
    $current = __PACKAGE__;

    $mods = "";

    &rerun unless (@_);

 view all matches for this distribution


yagg

 view release on metacpan or  search on metacpan

inc/Sort/Versions.pm  view on Meta::CPAN

    }
    @A <=> @B;
}

sub versions () {
    my $callerpkg = (caller)[0];
    my $caller_a = "${callerpkg}::a";
    my $caller_b = "${callerpkg}::b";
    no strict 'refs';
    return versioncmp($$caller_a, $$caller_b);
}

 view all matches for this distribution


( run in 0.718 second using v1.01-cache-2.11-cpan-aadc1410aed )