File: 00_load.t

package info (click to toggle)
libconfig-auto-perl 0.44-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 397; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (4)
1
2
3
4
use Test::More tests => 1;

use_ok( 'Config::Auto' );
diag( "Testing Config::Auto $Config::Auto::VERSION" );