summaryrefslogtreecommitdiff
path: root/t/pins.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pins.t')
-rw-r--r--t/pins.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pins.t b/t/pins.t
index 6c9feb1..981453b 100644
--- a/t/pins.t
+++ b/t/pins.t
@@ -120,7 +120,7 @@ BEGIN {
{
package My::Importer::C;
- use Importer 'My::Exporter' => qw/:v1 g1 g2/;
+ use Importer 'My::Exporter' => qw/:v1 +v1 g1 g2/;
::is(a(), 'a1', "got v1 a()");
::is(b(), 'b1', "got v1 b()");