Skip to content

Commit

Permalink
Merge pull request #17 from demerphq/main
Browse files Browse the repository at this point in the history
t/real-export-setup.t - fix broken test in SETUPALT
  • Loading branch information
rjbs authored Jul 21, 2023
2 parents 0d5b3fb + 0c88af1 commit 15fc335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/real-export-setup.t
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ for my $iteration (1..2) {

{
package Test::SubExporter::SETUPALT;
use Exporter qw(import);
our %EXPORT_TAGS = ( "all" => [] );

use Sub::Exporter -setup => {
-as => 'alternimport',
exports => [ qw(Y) ],
Expand Down

0 comments on commit 15fc335

Please sign in to comment.