Skip to content

Commit

Permalink
Ensure that LC::Check used by unit tests advertize its version
Browse files Browse the repository at this point in the history
- CAF::Path has a requirement on LC::Check version that causes the
tests for other CAF modules using CAF::Path to fail.
  • Loading branch information
jouvin committed Mar 16, 2017
1 parent 6bb6200 commit a07ad67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/resources/LC/Check.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ tests.

package LC::Check;

our $VERSION = '1.22';

sub file
{
my ($path, %opts) = @_;
Expand Down

0 comments on commit a07ad67

Please sign in to comment.