Skip to content

Commit

Permalink
Merge pull request #44 from atoomic/package-sep
Browse files Browse the repository at this point in the history
Stop using quote as package separator
  • Loading branch information
atoomic authored Jul 17, 2023
2 parents 7f73e27 + c3ed280 commit d007bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/dump.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package dump;
);

# Given an object, dump its transitive data closure
sub main'dump {
sub main::dump {
my ($object) = @_;
die "Not a reference!" unless ref($object);
local %dumped;
Expand Down

0 comments on commit d007bf4

Please sign in to comment.