%PDF- %PDF-
Direktori : /root/.cpanm/work/1590825950.14464/ExtUtils-MakeMaker-7.44/t/ |
Current File : //root/.cpanm/work/1590825950.14464/ExtUtils-MakeMaker-7.44/t/test_boilerplate.t |
#!/usr/bin/perl -w # <<<Fill in with what this test does.>>> # Copy this when writing new tests to avoid forgetting the core boilerplate # Magic for core BEGIN { # Always run in t to unify behavor with core chdir 't' if -d 't'; } # Use things from t/lib/ use lib './lib'; use strict; use ExtUtils::MakeMaker; use Test::More tests => 1; ok(1, "Your test code goes here");