]> Dogcows Code - chaz/graphql-client/commitdiff
avoid fatpacking JSON::Path::Evaluator
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 22 Mar 2020 09:56:09 +0000 (03:56 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 22 Mar 2020 09:56:09 +0000 (03:56 -0600)
maint/fatpack.pl

index 66497fa281971e51603c81d596f0c462e538e8fa..71d436c6615e86c2e056c8763632d6b5f2902e84 100755 (executable)
@@ -27,11 +27,12 @@ my $core_version        = '5.010001';
 my $plenv_version       = '5.10.1';
 my %blacklist_modules   = map { $_ => 1 } (
     'perl',
-    'Text::Table::ASV',     # brought in by Text::Table::Any but not actually required
-    'Unicode::GCString',    # optional XS module
+    'Text::Table::ASV',         # brought in by Text::Table::Any but not actually required
+    'Unicode::GCString',        # optional XS module
+    'JSON::Path::Evaluator',    # requires perl 5.16
 );
 my @extra_modules = (
-    'Proc::Find::Parents',  # used by Term::Detect::Software on some platforms
+    'Proc::Find::Parents',      # used by Term::Detect::Software on some platforms
 );
 
 my $clean = 0;
This page took 0.022896 seconds and 4 git commands to generate.