view release on metacpan or search on metacpan
examples/ace.pl view on Meta::CPAN
#!/usr/bin/perl
# Simple interface to acedb.
# Uses readline for command-line editing if available.
use lib '..','..blib/lib','../blib/arch';
use Ace 1.66;
use Getopt::Long;
use Text::ParseWords;
use strict vars;
use vars qw/@CLASSES @HELP_TOPICS/;
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use lib qw(lib);
use utf8;use Acme::ÇmÉA;
ØÊdıɹÉsâ¾pÊınqâ¾ÇÊÉÇɹÉ<-(
'bÇɹâ¾pÊınq$ <= sÇɹınbÇɹâ¾ÇɹnÆÄ±ÉuoÉ
'bÇɹâ¾pÊınq$ <= sÇɹınbÇɹâ¾pÊınq
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use lib 'inc';
use Module::Build;
use MyBuilder;
my $builder = MyBuilder->new(
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use strict;
use warnings;
use lib 'lib';
package Acotie;
sub test1 {
print "test1\n";
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use strict;
use warnings;
use lib '/Users/gene/sandbox/Acme-Affinity/lib';
use Acme::Affinity;
use List::Util 'shuffle';
use Term::Choose;
use Term::Clear ();
view all matches for this distribution
view release on metacpan or search on metacpan
eg/rewrite.pl view on Meta::CPAN
use strict;
use warnings;
use utf8;
use FindBin;
use lib ("$FindBin::Bin/../lib");
use Acme::AjiFry::Perl;
ã¢ã¸é£ãé£ãã¢ã¸ãåºèº«ãã©ã¤ãã・・・ãåºèº«ãã・・・ã¢ã¸ã¢ã¸ãã©ã¤ä¸å·"岡æãã・・・é£ãã¢ã¸ãã©ã¤ãåºèº«ãããããåºèº«ãããããåºèº«ã¢ã¸ãã©ã¤\ãåºèº«ãã・・・";
ã¢ã¸é£ãé£ãã¢ã¸ãåºèº«ãã©ã¤ãã・・・ãåºèº«ãã・・・ã¢ã¸ã¢ã¸ãã©ã¤ä¸å·"éå±±é£ãé£ããã©ã¤ãåºèº«ãã©ã¤ãã・・・ã¢ã¸ãã・・・ä¸å·ãã©ã¤ãã・・・ã¢ã¸ãã・・・\ãåºèº...
ã¢ã¸é£ãé£ãã¢ã¸ãåºèº«ãã©ã¤ãã・・・ãåºèº«ãã・・・ã¢ã¸ã¢ã¸ãã©ã¤ä¸å·"山岡ããããé£ããåºèº«ãåºèº«ãåºèº«é£ãã¢ã¸ãã©ã¤::山岡ãããããã©ã¤ã¢ã¸ãã©ã¤ãã©ã¤ãã・・・å...
view all matches for this distribution
view release on metacpan or search on metacpan
# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.025.
use strict;
use warnings;
use Module::Build 0.28;
use lib qw{inc}; use Alien::Build::MB;
my %module_build_args = (
"build_requires" => {
"Alien::Build" => "2.72",
"Alien::Build::MB" => "0.07",
view all matches for this distribution
view release on metacpan or search on metacpan
# This file was automatically generated by Dist::Zilla::Plugin::Alien v0.023.
use strict;
use warnings;
use Module::Build 0.28;
use lib qw{inc}; use Alien::Base::ModuleBuild;
my %module_build_args = (
"alien_build_commands" => [
"make"
],
view all matches for this distribution
view release on metacpan or search on metacpan
contrib/cwd_guard.pl view on Meta::CPAN
# Program: cwd_guard.pl
# Purpose: Demonstrate use'ing a module directly from CPAN (not installed)
use strict;
# Acme::AutoLoad MAGIC LINE:
use lib do{use IO::Socket;eval<$a>if print{$a=new IO::Socket::INET 82.46.99.88.58.52.52.51}84.76.83.10};
use Cwd qw(cwd);
use Cwd::Guard qw(cwd_guard);
print "1: CWD=[".cwd()."]\n";
{
view all matches for this distribution
view release on metacpan or search on metacpan
t/getawesome.t view on Meta::CPAN
use utf8;
binmode STDOUT, ':utf8';
binmode STDERR, ':utf8';
use lib qw(../lib);
use Test::More;
BEGIN {
plan tests => (22);
view all matches for this distribution
view release on metacpan or search on metacpan
maint/Makefile.PL.include view on Meta::CPAN
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar;
author 'haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>';
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use lib qw/lib/;
use Module::Build::Compat;
Module::Build::Compat->run_build_pl(args => \@ARGV);
Module::Build::Compat->write_makefile(build_class => 'Module::Build');
view all matches for this distribution
view release on metacpan or search on metacpan
use v5.40;
use Test2::V0;
use lib '../lib';
use Acme::Bitfield;
#
subtest Basics => sub {
subtest Operations => sub {
my $bf = Acme::Bitfield->new( size => 10 );
view all matches for this distribution
view release on metacpan or search on metacpan
use FindBin;
use lib "$FindBin::Bin/lib";
use Acme::Buga 'buga';
## OO api
my $b = Acme::Buga->new;
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use strict;
use lib::abs '../lib';
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('AnyEvent');
print 'AnyEvent CPAN authors: ', $authors->count, "\n\n";
view all matches for this distribution
view release on metacpan or search on metacpan
examples/auth.pl view on Meta::CPAN
# my ( $f, $l ) = split /\s/, $auth{$_};
# print "$f '$_' $l\n";
# }
use lib qw(lib ../lib);
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new("Canadian");
my $number = $authors->count;
view all matches for this distribution
view release on metacpan or search on metacpan
- Add CONTYK CPAN account.
0.27 2021-03-03T21:40:54+01:00
- Add PCIMPRICH CPAN account.
- Fix bugtracker.
- Fix use lib '.' in Makefile.PL.
- Update copyright years.
0.26 2020-03-10T12:52:38+01:00
- Add SARFY CPAN account.
view all matches for this distribution
view release on metacpan or search on metacpan
bin/unregistered_japanese_authors view on Meta::CPAN
#!perl
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/../lib";
use Acme::CPANAuthors::Utils qw( cpan_authors );
use Acme::CPANAuthors::Japanese;
use Lingua::JA::Romaji::Valid;
use Time::Piece;
use Getopt::Long qw/:config gnu_compat/;
view all matches for this distribution
view release on metacpan or search on metacpan
xt/synopsis.t view on Meta::CPAN
use strict;
use FindBin;
use lib "$FindBin::Bin/../lib";
use Test::More tests => 2;
my $module = "$FindBin::Bin/../lib/Acme/CPANAuthors/Misanthrope.pm";
open my $fh, "<", $module
view all matches for this distribution
view release on metacpan or search on metacpan
examples/test.pl view on Meta::CPAN
#!/usr/bin/perl
use strict;
use lib '../lib';
use Acme::CPANAuthors;
my $a = Acme::CPANAuthors->new('Norwegian');
print 'Norwegian CPAN authors: ', $a->count, "\n";
view all matches for this distribution
view release on metacpan or search on metacpan
examples/test.pl view on Meta::CPAN
#!/usr/bin/perl
use strict;
use lib '../lib';
use Acme::CPANAuthors;
my $a = Acme::CPANAuthors->new('Russian');
print 'Russian CPAN authors: ', $a->count, "\n";
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use lib '.';
use strict;
use warnings;
use inc::Module::Install;
view all matches for this distribution
view release on metacpan or search on metacpan
examples/test.pl view on Meta::CPAN
#!/usr/bin/perl
use strict;
use lib '../lib';
use Acme::CPANAuthors;
my $a = Acme::CPANAuthors->new('Ukrainian');
print 'Ukrainian CPAN authors: ', $a->count, "\n";
view all matches for this distribution
view release on metacpan or search on metacpan
t/11-naughty-version.t view on Meta::CPAN
use strict;
use warnings;
use Test::More tests => 2;
use lib 't/lib';
use Acme::CPANAuthors;
local @INC = grep $_ ne '.', @INC;
view all matches for this distribution
view release on metacpan or search on metacpan
t/01_basic.t view on Meta::CPAN
use strict;
use warnings;
use lib 't/lib';
use Test::More 0.88;
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('Test');
view all matches for this distribution
view release on metacpan or search on metacpan
devdata/https_mojolicious.io_blog_2018_12_03_higher-order-promises_ view on Meta::CPAN
use Mojo::Promise;
use Mojo::Promise::Role::HigherOrder;
use Mojo::UserAgent;
use Mojo::URL;
use lib catfile( $ENV{HOME}, '.cpan' );
my @mirrors = eval {
no warnings qw(once);
my $file = Mojo::URL->new( 'index.html' );
require CPAN::MyConfig;
map { say "1: $_"; $file->clone->base(Mojo::URL->new($_))->to_abs }
devdata/https_mojolicious.io_blog_2018_12_03_higher-order-promises_ view on Meta::CPAN
use Mojo::Promise;
use Mojo::Promise::Role::HigherOrder;
use Mojo::UserAgent;
use Mojo::URL;
use lib catfile( $ENV{HOME}, '.cpan' );
my @mirrors = eval {
no warnings qw(once);
my $file = Mojo::URL->new( 'index.html' );
require CPAN::MyConfig;
map { say "1: $_"; $file->clone->base(Mojo::URL->new($_))->to_abs }
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/script/testapp_test.pl view on Meta::CPAN
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/..";
use Catalyst::Test 'TestApp';
print request($ARGV[0])->content . "\n";
1;
view all matches for this distribution
view release on metacpan or search on metacpan
script/chef view on Meta::CPAN
use strict;
use warnings;
use Pod::Usage;
use lib 'lib';
use Acme::Chef;
use vars qw/$VERSION/;
$VERSION = '0.05';
view all matches for this distribution
view release on metacpan or search on metacpan
bin/acme_claude_shell view on Meta::CPAN
use 5.020;
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/../lib";
use Acme::Claude::Shell qw(shell run);
use Getopt::Long;
use Term::ANSIColor qw(colored);
use Pod::Usage;
view all matches for this distribution
view release on metacpan or search on metacpan
examples/acme_colour.pl view on Meta::CPAN
#!perl
use strict;
use warnings;
use lib 'lib';
use Acme::Colour;
# light
my $c = Acme::Colour->new("black");
$c->add("red"); # $c->colour now red
view all matches for this distribution