DEBSOURCES
Skip Quicknav
sources / libgetopt-declare-perl / 1.14-4 / t / 00-load.t
123456789
#!perl use Test::More tests => 1; BEGIN { use_ok( 'Getopt::Declare' ); } diag( "Testing Getopt::Declare $Getopt::Declare::VERSION, Perl $], $^X" );