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

initial import

parent bf39eb4a
Branches
Tags
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.
Please register or to comment