Skip to content
Snippets Groups Projects
Commit 8a146b2f authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

initial import

parent bf39eb4a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/perl
use strict;
use warnings;
use English qw(-no_match_vars);
use Test::More;
use UNIVERSAL::require;
plan(skip_all => 'Test::Compile required')
unless Test::Compile->require();
Test::Compile->import();
all_pm_files_ok();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment