Skip to content

Commit

Permalink
Merge pull request #506 from perladvent/oalders/fix-2024-12-15
Browse files Browse the repository at this point in the history
Fixes #505
  • Loading branch information
oalders authored Dec 15, 2024
2 parents a72dfb5 + ee2306e commit 7a99f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 2024/articles/2024-12-15.pod
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ let's put the code that does the action in a module:
Just a simple regex to check what we said. But code that is not tested is
broken, so let add a test:

#!vim perl
=begin perl

use lib qw(lib ../lib);
use Markdowner qw(headerOK);
Expand All @@ -175,6 +175,8 @@ broken, so let add a test:

done_testing;

=end perl

You might wonder why I'm using L<Test::More>, which is
deprecated-ish in favor of Test2::Bundle::More, instead of the latter.
Along with why I'm using a feature pragma instead of the more precise C<use V5.36>.
Expand Down

0 comments on commit 7a99f2e

Please sign in to comment.