SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Mojibake rpm build for : Fedora 15. For other distributions click perl-Test-Mojibake.

Name : perl-Test-Mojibake
Version : 0.3 Vendor : Fedora Project
Release : 3.fc15 Date : 2011-10-04 17:42:38
Group : Development/Libraries Source RPM : perl-Test-Mojibake-0.3-3.fc15.src.rpm
Size : 0.04 MB
Packager : Fedora Project
Summary : Check your source for encoding misbehavior
Description :
Many modern text editors automatically save files using UTF-8 codification.
However, the perl interpreter does not expect it by default. Whilst this does
not represent a big deal on (most) backend-oriented programs, Web framework
(Catalyst, Mojolicious) based applications will suffer so-called Mojibake
(literally: \"unintelligible sequence of characters\"). Even worse: if an editor
saves BOM (Byte Order Mark, U+FEFF character in Unicode) at the start of a
script with the executable bit set (on Unix systems), it won\'t execute at all,
due to shebang corruption.

Avoiding codification problems is quite simple:

* Always use utf8/use common::sense when saving source as UTF-8
* Always specify =encoding utf8 when saving POD as UTF-8
* Do neither of above when saving as ISO-8859-1
* Never save BOM (not that it\'s wrong; just avoid it as you\'ll barely
notice its presence when in trouble)

However, if you find yourself upgrading old code to use UTF-8 or trying to
standardize a big project with many developers, each one using a different
platform/editor, reviewing all files manually can be quite painful, especially
in cases where some files have multiple encodings (note: it all started when I
realized that gedit and derivatives are unable to open files with character
conversion tables).

Enter the Test::Mojibake ;)

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/updates/15/armhfp

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Mojibake-0.3-3.fc15.noarch.rpm
ftp.icm.edu.pl  perl-Test-Mojibake-0.3-3.fc15.noarch.rpm
ftp.icm.edu.pl  perl-Test-Mojibake-0.3-3.fc15.noarch.rpm
ftp.icm.edu.pl  perl-Test-Mojibake-0.3-3.fc15.noarch.rpm
     

Provides :
perl(Test::Mojibake)
perl-Test-Mojibake

Requires :
perl(Unicode::CheckUTF8)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(warnings)
perl(bytes)
perl(File::Spec)
perl => 0:5.008
perl(utf8)
rpmlib(PayloadIsXz) <= 5.2-1
perl(:MODULE_COMPAT_5.12.4)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(strict)
perl(Test::Builder)


Content of RPM :
/usr/share/doc/perl-Test-Mojibake-0.3
/usr/share/doc/perl-Test-Mojibake-0.3/Changes
/usr/share/doc/perl-Test-Mojibake-0.3/LICENSE
/usr/share/doc/perl-Test-Mojibake-0.3/README
/usr/share/man/man3/Test::Mojibake.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Mojibake.pm

 
ICM