5.6 compat
[p5sagit/Sub-Exporter-Progressive.git] / t / tags.t
index 5af34c6..85a31b1 100644 (file)
--- a/t/tags.t
+++ b/t/tags.t
@@ -25,11 +25,10 @@ BEGIN {
          bb      => [qw/ bar baz /],
       },
    };
-   use constant {
-      foo => 1,
-      bar => 2,
-      baz => 3,
-   };
+   use constant foo => 1;
+   use constant bar => 2;
+   use constant baz => 3;
+
    $INC{'Local/Exporter.pm'} = __FILE__;
 };