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


AnyLoader

 view release on metacpan or  search on metacpan

t/AnyLoader.t  view on Meta::CPAN

# Change this to your # of ok() calls + 1
BEGIN { $Total_tests = 7 }

use AnyLoader;
use FindBin qw($Bin);
use lib ($Bin);

ok( Text::Soundex::soundex('schwern') eq 'S650' );
ok( Testing::AnyLoader::some_func() == 23 );
ok( Testing::AnyLoader::some_other_func() == 42 );

 view all matches for this distribution


AnyMQ-Pg

 view release on metacpan or  search on metacpan

t/pubsub.t  view on Meta::CPAN


use strict;
use warnings;
use Test::More tests => 3;
use FindBin;
use lib "$FindBin::Bin/../lib";
use AnyEvent;
use AnyMQ;
use AnyMQ::Pg;
use Data::Dumper;

 view all matches for this distribution


AnySan

 view release on metacpan or  search on metacpan

eg/TwitterSan.pl  view on Meta::CPAN

#!/usr/bin/env perl
use strict;
use warnings;
use lib 'lib';

use AnySan;
use AnySan::Provider::Twitter;

my $twitter = twitter

 view all matches for this distribution


( run in 0.778 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )