summarylogtreecommitdiffstats
path: root/04.patch
diff options
context:
space:
mode:
Diffstat (limited to '04.patch')
-rw-r--r--04.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/04.patch b/04.patch
new file mode 100644
index 000000000000..606007aab16c
--- /dev/null
+++ b/04.patch
@@ -0,0 +1,17 @@
+diff --git a/t/04greet.t b/t/04greet.t
+deleted file mode 100755
+index 8b06178..0000000
+--- a/t/04greet.t
++++ /dev/null
+@@ -1,11 +0,0 @@
+-#!/usr/bin/perl
+-
+-use warnings;
+-use strict;
+-use lib 't/testlib';
+-use Test::More tests => 2;
+-
+-use MyExport qw(:greet);
+-
+-is(hello(), MyExport::hello(), 'exported sub hello()');
+-is(hi(), MyExport::hi(), 'exported sub hi()');