X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Fi386%2Flibtest-perl-critic-perl%2Flibtest-perl-critic-perl-1.01%2Fdebian%2Fcontrol;fp=dev%2Fi386%2Flibtest-perl-critic-perl%2Flibtest-perl-critic-perl-1.01%2Fdebian%2Fcontrol;h=8ddac310a22e633a22b2a2d240527248df807c6e;hp=0000000000000000000000000000000000000000;hb=2d38e14bacbb15b98e539843a40b3c52a225f493;hpb=32594eb8040d5670fd0975cd4d9953419a79fbca diff --git a/dev/i386/libtest-perl-critic-perl/libtest-perl-critic-perl-1.01/debian/control b/dev/i386/libtest-perl-critic-perl/libtest-perl-critic-perl-1.01/debian/control new file mode 100644 index 0000000..8ddac31 --- /dev/null +++ b/dev/i386/libtest-perl-critic-perl/libtest-perl-critic-perl-1.01/debian/control @@ -0,0 +1,28 @@ +Source: libtest-perl-critic-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0), libperl-critic-perl (>= 0.21), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.8.8-12) +Maintainer: Debian Perl Group +Uploaders: David Paleino , Jaldhar H. Vyas +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Test-Perl-Critic/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-perl-critic-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-perl-critic-perl/ + +Package: libtest-perl-critic-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 0.21) +Description: Use Perl::Critic in test scripts + Test::Perl::Critic wraps the Perl::Critic engine in a convenient + subroutine suitable for test programs written using the Test::More + framework. This makes it easy to integrate coding-standards + enforcement into the build process. For ultimate convenience (at the + expense of some flexibility), see the criticism pragma. + . + If you'd like to try Perl::Critic without installing anything, + there is a web-service available at http://perlcritic.com. The + web-service does not yet support all the configuration features that + are available in the native Perl::Critic API, but it should give you a + good idea of what it does. You can also invoke the perlcritic + web-service from the command line by doing an HTTP-post.