perl-Perl-Critic/Perl-Critic-1.136-ppidump-shellbang.patch
Paul Howarth 8abcc37422 Update to 1.136
- New upstream release 1.136
  New Features
  - The ProhibitNoWarnings policy now handles warnings in the experimental::
    group (GH#892)
  Documentation
  - Prevented some example code from showing up in 'perldoc' (GH#799)
- Fix shellbang in ppidump tool
2019-11-28 10:17:00 +00:00

9 lines
120 B
Diff

--- tools/ppidump
+++ tools/ppidump
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
use warnings;