From b6cc57522d04d2402c8eeaf324d1b9c3b1620fc9 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 21 Mar 2021 12:58:48 +0000 Subject: [PATCH] Test --- lib/Pear/LocalLoop/Command/codepoint_open.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Pear/LocalLoop/Command/codepoint_open.pm b/lib/Pear/LocalLoop/Command/codepoint_open.pm index adcaf0e..9b83b2c 100644 --- a/lib/Pear/LocalLoop/Command/codepoint_open.pm +++ b/lib/Pear/LocalLoop/Command/codepoint_open.pm @@ -30,6 +30,8 @@ sub run { die; } } + + # foo my $cpo = Geo::UK::Postcode::CodePointOpen->new( path => $output_dir );