Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / p5-Mac-AppleScript-Glue / patches / patch-aa
blob068ae6f3957910f45c8ba8c577533c7a12180c0c
1 $NetBSD$
3 Use prefered form, warning free with current Perl, for require's argument.
5 --- Glue.pm.orig        2002-09-15 07:48:11.000000000 +0200
6 +++ Glue.pm
7 @@ -231,7 +231,7 @@ statements that work even though they lo
8  use strict;
9  use warnings;
11 -require 5.6.0;
12 +require 5.006_000;
14  ######################################################################