This is an automated email from the git hooks/post-receive script. carandraug-guest pushed a commit to branch master in repository libtest-mojibake-perl.
commit 2cdc98747adbca92e8c067822123c7462e6dbac6 Author: Carnë Draug <[email protected]> Date: Fri Jan 27 12:42:57 2017 +0000 Edit short and long package description --- debian/control | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/debian/control b/debian/control index 02a9604..7276753 100644 --- a/debian/control +++ b/debian/control @@ -14,19 +14,14 @@ Testsuite: autopkgtest-pkg-perl Package: libtest-mojibake-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} -Description: check your source for encoding misbehavior. - Many modern text editors automatically save files using UTF-8 codification, - however, perl interpreter does not expects it by default. Whereas this does - not represent a big deal on (most) backend-oriented programs, Web framework - (Catalyst|http://www.catalystframework.org/, - Mojolicious|http://mojolicio.us/) based applications will suffer of so-called - Mojibake|http://en.wikipedia.org/wiki/Mojibake (lit. "unintelligible sequence - of characters"). +Description: module to check source for encoding misbehavior + Many modern text editors automatically save files using UTF-8 + encoding, however, perl interpreter does not expects it by default. + Whereas this does not represent a big deal on (most) backend-oriented + programs, Web framework (Catalyst, Mojolicious) based applications + will suffer of so-called Mojibake (lit. "unintelligible sequence of + characters"). . - Even worse: if an editor saves BOM (Byte Order Mark, U+FEFF character in - Unicode) at the start of the script with executable bit set (on Unix - systems), it won't execute at all, due to shebang corruption. - . - Avoiding codification problems is quite simple: - . - This description was automagically extracted from the module by dh-make-perl. + Test::Mojibake lets you check for inconsistencies in source and + documentation encoding, and report its results in a standard + Test::Simple fashion. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-mojibake-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
