From f59d9fc282251297db7c4bd1536a3f00f807ebe9 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Thu, 5 Mar 2015 15:33:44 -0600 Subject: gnu: Add Test-Warnings. * gnu/packages/perl.scm (perl-test-warnings): New variable. --- gnu/packages/perl.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 662ea089af..8ef4a3ab1b 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -720,6 +720,28 @@ a minimum of effort.") ;; "Under the same license as Perl itself" (license (package-license perl)))) +(define-public perl-test-warnings + (package + (name "perl-test-warnings") + (version "0.020") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/" + "Test-Warnings-" version ".tar.gz")) + (sha256 + (base32 + "1x262kybrdnbiiw53m1axp4zyh4lsfb9mm2shmpm8lwf7sp30isi")))) + (build-system perl-build-system) + (home-page "http://search.cpan.org/dist/Test-Warnings") + (synopsis "Test for warnings and the lack of them") + (description "This module is intended to be used as a drop-in replacement +for Test::NoWarnings. It also adds an extra test, but runs this test before +done_testing calculates the test count, rather than after. It does this by +hooking into done_testing as well as via an END block. You can declare a +plan, or not, and things will still Just Work.") + (license (package-license perl)))) + (define-public perl-try-tiny (package (name "perl-try-tiny") -- cgit v1.2.3 me='id' value='6232a36291b56ec1f1aaeefaa721a164566b961c'/>
path: root/po/packages
m?id=e429325d37e5752656a03882f60ee56d4f541fd1'>services: Add 'xorg-server-service-type'....
AgeCommit message (Expand)Author
2020-03-23nls: Update.Ludovic Courtès
2019-05-13nls: Update 'fr' translation.Julien Lepiller
2019-05-03nls: Update da translations.Ludovic Courtès
2019-05-01nls: Update translations for de and fr.Ludovic Courtès
2019-04-25nls: Update 'es' translation.Julien Lepiller
2019-04-25nls: Update 'fr' translation.Julien Lepiller
2019-04-13nls: Update 'fr' translation.Julien Lepiller
2019-02-13nls: Update 'de' translation.Julien Lepiller
2019-02-13nls: Update 'da' translation.Julien Lepiller
2018-12-02nls: Update 'fr' translation.Julien Lepiller
2018-06-23nls: Update 'fr' translation.Julien Lepiller
2018-06-18nls: Update 'da' translation.Ludovic Courtès
2018-04-19nls: Update 'es' translation.Ludovic Courtès
2018-04-11nls: Add Spanish translation.Ludovic Courtès
2018-03-05nls: Add Simplified Chinese translation.Ludovic Courtès
2018-02-19nls: Update 'fr' translation.Ludovic Courtès
2018-01-17nls: Update 'hu' translation.Leo Famulari
2017-12-18nls: Update 'hu' translation.Ludovic Courtès
2017-11-28services: certbot: Add default value and description....Ludovic Courtès
2017-11-28services: cgit, git-daemon: Add description and default value....Ludovic Courtès
2017-09-16services: networking: Add descriptions....Ludovic Courtès
2017-09-16services: base: Add descriptions....Ludovic Courtès
2017-09-02nls: Update 'fr' translation.Ludovic Courtès
2017-07-15nls: Adjust to qemu.scm renaming....宋文武
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-05-23nls: Update 'da' translation.Leo Famulari
2017-05-14maint: Do not update PO files upon "make dist"....Ludovic Courtès
宋文武
2020-10-07services: Fix gdm-autologin pam service....Alex Griffin
2020-06-04xorg: honor xorg-configuration-server in xorg-configuration->file...Caleb Ristvedt
2020-05-08Merge branch 'core-updates'Marius Bakke
2020-05-08services: Add descriptions....Ludovic Courtès
2020-03-30Merge branch 'master' into core-updates...Marius Bakke
2020-03-29services: gdm: Add gdm user to 'video' supplementary group....Florian Pelz
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-03-01services: set-xorg-configuration: handle slim and sddm...Jakub Kądziołka
2020-02-16services: xorg: Filter modules based on system...shtwzrd
2020-02-11system: Stop using canonical-package....Mathieu Othacehe