From c3ed280e1f47aec100dfc7f8ab5a76f0532fb6ac Mon Sep 17 00:00:00 2001 From: Nicolas Rochelemagne Date: Mon, 17 Jul 2023 16:42:29 -0400 Subject: [PATCH] Stop using quote as package separator Fixes #43 --- t/dump.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/dump.pl b/t/dump.pl index 79f72f5..caacd7b 100755 --- a/t/dump.pl +++ b/t/dump.pl @@ -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;