Searched refs:_is_type (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DInstalled.t40 # _is_type
41 ok( $ei->_is_type(0, 'all'), '_is_type() should be true for type of "all"' );
49 ok( $ei->_is_type($file, 'doc'), "... should find doc file in $path" );
50 ok( !$ei->_is_type($file, 'prog'), "... but not prog file in $path" );
64 ok( $ei->_is_type( File::Spec->catfile($prefix, 'bar'), 'prog'),
69 is( $ei->_is_type('bar', 'doc'), 0,
73 ok( !$ei->_is_type('bar', 'prog'),
75 ok( !$ei->_is_type('whocares', 'someother'), '... nor other type anywhere' );
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm54 sub _is_type { subroutine
189 if ($self->_is_type($file, $type) &&

Completed in 110 milliseconds