tracks/perl5/exercises/gigasecond/gigasecond.t in trackler-2.2.1.105 vs tracks/perl5/exercises/gigasecond/gigasecond.t in trackler-2.2.1.106

- old
+ new

@@ -7,10 +7,10 @@ use FindBin; my $dir; BEGIN { $dir = $FindBin::Bin . '/' }; use lib $dir; -my $module = $ENV{EXERCISM} ? 'Example' : 'Gigasecond'; +my $module = 'Gigasecond'; use_ok($module) or BAIL_OUT "You need to create a module called $module.pm"; sub gs_new { no strict 'refs';