about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-06-04 16:08:53 +0000
committervolth <volth@volth.com>2018-06-04 16:08:53 +0000
commit8e17ad4d6393bdb502b97566e2afced40a41b784 (patch)
treeaf83ea3038670a450d54eca319fd7d615ee4f604 /pkgs/top-level
parent42b59224a6b3ddb42cc982f16977b38474482907 (diff)
downloadnixlib-8e17ad4d6393bdb502b97566e2afced40a41b784.tar
nixlib-8e17ad4d6393bdb502b97566e2afced40a41b784.tar.gz
nixlib-8e17ad4d6393bdb502b97566e2afced40a41b784.tar.bz2
nixlib-8e17ad4d6393bdb502b97566e2afced40a41b784.tar.lz
nixlib-8e17ad4d6393bdb502b97566e2afced40a41b784.tar.xz
nixlib-8e17ad4d6393bdb502b97566e2afced40a41b784.tar.zst
nixlib-8e17ad4d6393bdb502b97566e2afced40a41b784.zip
[cpan2nix] perlPackages.PerlCritic: 1.130 -> 1.132
dependencies:
perlPackages.PPIxQuoteLike: init at 0.005
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix19
1 files changed, 16 insertions, 3 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 2ceaa9cbe721..e9f6364a7478 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -12220,13 +12220,13 @@ let self = _self // overrides; _self = with self; {
   };
 
   PerlCritic = buildPerlModule rec {
-    name = "Perl-Critic-1.130";
+    name = "Perl-Critic-1.132";
     src = fetchurl {
       url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
-      sha256 = "0662e8f02dd78e39ee9d5b01bdf5376a7cc70ce2b0edc9ca015be35e6cb61df6";
+      sha256 = "bcf36e32830373cf1ee35abbe2e20336fbbcad5041c14aad6822ac947be092b1";
     };
     buildInputs = [ TestDeep ];
-    propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress FileHomeDir ModulePluggable PPIxRegexp PPIxUtilities PerlTidy PodSpell StringFormat ];
+    propagatedBuildInputs = [ BKeywords ConfigTiny FileHomeDir ModulePluggable PPIxQuoteLike PPIxRegexp PPIxUtilities PerlTidy PodSpell StringFormat ];
     meta = {
       homepage = http://perlcritic.com;
       description = "Critique Perl source code for best-practices";
@@ -12655,6 +12655,19 @@ let self = _self // overrides; _self = with self; {
     };
   };
 
+  PPIxQuoteLike = buildPerlModule rec {
+    name = "PPIx-QuoteLike-0.005";
+    src = fetchurl {
+      url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.005.tar.gz;
+      sha256 = "13jvbjiqpm52kknjryzk3v4rnq70rzmx7w1bny9v5m5j6g029a4s";
+    };
+    propagatedBuildInputs = [ PPI ];
+    meta = {
+      description = "Parse Perl string literals and string-literal-like things.";
+      license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
+    };
+  };
+
   PPIxRegexp = buildPerlModule rec {
     name = "PPIx-Regexp-0.059";
     src = fetchurl {