view release on metacpan or search on metacpan
examples/templates/lib/Acme/CPANAuthors/CPAN/OneHundred.pm view on Meta::CPAN
Lyrics copyright Ralf Hütter
>
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::CPAN::OneHundred - The CPAN Authors who have 100+ distributions on CPAN
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/CPAN/TopDepended/ByOthers.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::CPAN::TopDepended::ByOthers - Authors with the largest number of other authors' distributions depending on one of his/her modules
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/CPAN/TopDepended.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::CPAN::TopDepended - Authors with the largest number of distributions depending on one of his/her modules
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Canadian.pm view on Meta::CPAN
#pod
#pod =cut
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Canadian - We are Canadian CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/DualLife.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::DualLife - We are CPAN Authors of Dual Life core modules
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/French.pm view on Meta::CPAN
>
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::French - We are French-speaking CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
0.04 Thu Nov 3 07:23:48 UTC 2011
- Updated authors.
0.03 Tue Aug 2 16:25:27 UTC 2011
- Converted from using PAUSE API to MetaCPAN.
- Changed the author name to use the UTF-8 version.
- Updated authors.
0.02 Tue Feb 15 11:45:14 UTC 2011
- Updated authors.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/InMemoriam.pm view on Meta::CPAN
Lyrics copyright Green Daze Music, Billie Joe Armstrong, Frank Edwin Wright III, Michael Pritchard.
>
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::InMemoriam - Remembering our fallen heroes
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/InMostCPANAuthors.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::InMostCPANAuthors - Authors who are listed in Acme::CPANAuthors::* the most
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Indonesian.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Indonesian - We are Indonesian CPAN authors (Kami para penulis CPAN Indonesia)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Israeli.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Israeli - We are Israeli CPAN Authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/MBTI.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::MBTI - CPAN Authors by MBTI Type
view all matches for this distribution
view release on metacpan or search on metacpan
t/000-report-versions.t view on Meta::CPAN
sub HAVE_UTF8 () { $] >= 5.007003 }
BEGIN {
if ( HAVE_UTF8 ) {
# The string eval helps hide this from Test::MinimumVersion
eval "require utf8;";
die "Failed to load UTF-8 support" if $@;
}
# Class structure
require 5.004;
$YAML::Tiny::VERSION = '1.40';
t/000-report-versions.t view on Meta::CPAN
}
# Byte order marks
# NOTE: Keeping this here to educate maintainers
# my %BOM = (
# "\357\273\277" => 'UTF-8',
# "\376\377" => 'UTF-16BE',
# "\377\376" => 'UTF-16LE',
# "\377\376\0\0" => 'UTF-32LE'
# "\0\0\376\377" => 'UTF-32BE',
# );
if ( $string =~ /^(?:\376\377|\377\376|\377\376\0\0|\0\0\376\377)/ ) {
return $self->_error("Stream has a non UTF-8 BOM");
} else {
# Strip UTF-8 bom if found, we'll just ignore it
$string =~ s/^\357\273\277//;
}
# Try to decode as utf8
utf8::decode($string) if HAVE_UTF8;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Nonhuman.pm view on Meta::CPAN
1;
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Nonhuman - We are non-human CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Norwegian.pm view on Meta::CPAN
);
1;
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Norwegian - We are Norwegian CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/POE.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::POE - We are CPAN Authors of POE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Polish.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Polish - We are Polish CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Russian.pm view on Meta::CPAN
);
1;
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Russian - We are Russian CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Swedish.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Swedish - We are swedish CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/ToBeLike.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::ToBeLike - BeLike other CPAN Authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Turkish.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Turkish
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Ukrainian.pm view on Meta::CPAN
);
1;
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Ukrainian - We are Ukrainian CPAN authors
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/CPAN/Streaks/DailyDistributions/AllTime.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::CPAN::Streaks::DailyDistributions::AllTime - Authors with all-time daily distributions streak (release a new [for them] distribution everyday)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/CryptoExchange.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANLists::CryptoExchange - Modules that interface to cryptocurrency exchanges
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/BKB.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANLists::Import::BKB - CPANLists imported from Ben Bullock's website
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/NEILB.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANLists::Import::NEILB - CPANLists imported from http://neilb.org/reviews/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PERLANCAR/Advent/2014.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANLists::Import::PERLANCAR::Advent::2014 - Modules mentioned in PERLANCAR's 2014 advent calendar article series
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PERLANCAR/GetoptModules.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANLists::Import::PERLANCAR::GetoptModules - Modules mentioned in PERLANCAR's mini-article series on Getopt modules (2016)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANLists::Import - CPANLists imported from various web pages
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANLists - CPAN lists
view all matches for this distribution