summarylogtreecommitdiffstats
path: root/04.patch
diff options
context:
space:
mode:
authorDirk Langer2021-11-02 07:47:05 +0100
committerDirk Langer2021-11-02 07:47:05 +0100
commit7d4590ef71c49b7a158dda73b120f1bff0ef880c (patch)
tree5aa5396681509d85a82a03a7614aa9612312dd7e /04.patch
downloadaur-perl-exporter-simple.tar.gz
version 1.10
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()');