view release on metacpan or search on metacpan
lib/Acme/PM/Barcelona.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::PM::Barcelona - Talks and projects by Barcelona.pm
view all matches for this distribution
view release on metacpan or search on metacpan
.includepath view on Meta::CPAN
<?xml version="1.0" encoding="UTF-8"?>
<includepath>
<includepathentry path="lib/" />
</includepath>
view all matches for this distribution
view release on metacpan or search on metacpan
share/locale/Acme__Padre__PlayCode-ar.po view on Meta::CPAN
"POT-Creation-Date: 2009-05-18 23:02+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Ahmad M. Zawawi <ahmad.zawawi@gmail.com>\n"
"Language-Team: Ahmad M. Zawawi <ahmad.zawawi@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Arabic\n"
#: lib/Padre/Plugin/AcmePlayCode.pm:19
msgid "Averything"
view all matches for this distribution
view release on metacpan or search on metacpan
inc/YAML/Tiny.pm 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;
require Exporter;
inc/YAML/Tiny.pm 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)/ ) {
die \"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/Pi.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::Pi - Mmm, pie
view all matches for this distribution
view release on metacpan or search on metacpan
CONTRIBUTING view on Meta::CPAN
* <http://en.wikipedia.org/wiki/Indent_style#Allman_style>
* <http://www.derkarl.org/why_to_tabs.html>
I nominally encode all source files as UTF-8, though in practice most of
them use a 7-bit-safe ASCII-compatible subset of UTF-8.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/ProgressBar.pm view on Meta::CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::ProgressBar - a simple progress bar for the patient
view all matches for this distribution