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

- old
+ new

@@ -86,10 +86,10 @@ } ); plan tests => 5 + @cases; -my $module = $ENV{EXERCISM} ? 'Example' : 'Cipher'; +my $module = 'Cipher'; ok -e "${dir}${module}.pm", "Missing $module.pm" or BAIL_OUT "You need to create file: $module.pm"; eval "use $module";