Searched refs:wibble (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dbad_plan.t35 eval { $Test->plan(wibble => 7); };
36 ok( $@ =~ /^plan\(\) doesn't understand wibble 7/, 'bad plan()' ) ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Db.t22 use vars qw($This @That %wibble $moo %moo);
47 my @syms = map { 'Testing::Symtable::'.$_ } qw(This That wibble moo car
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DINST_PREFIX.t141 my $wibble = File::Spec->catdir(qw(wibble and such));
149 INSTALLMAN1DIR=> $wibble,
152 is( $mm->{INSTALLMAN1DIR}, $wibble );
H A Dprefixify.t30 $mm->prefixify('installbin', 'wibble', 'something', $default);
35 $mm->prefixify('installbin', 'wibble', 'something', $default);
41 $ExtUtils::MM_Unix::Config{wibble} = 'C:\opt\perl\wibble';
42 $mm->prefixify('wibble', 'C:\opt\perl', 'C:\yarrow');
44 is( $mm->{WIBBLE}, 'C:\yarrow\wibble', 'prefixify Win32 paths' );
H A Dwritemakefile_args.t96 LIBS => { wibble => "wobble" },
H A DManifest.t185 ok( !$files->{wibble}, 'MANIFEST in good state' );
186 maniadd({ wibble => undef });
189 is( $files->{wibble}, '', 'maniadd() with undef comment' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t207 @EXPORT = qw( wibble );
208 sub wibble {return "wobble"}; subroutine
214 my $val = eval { wibble() };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t111 eval { $hash{wibble} = 42 };
112 like( $@, qr/^Attempt to access disallowed key 'wibble' in a restricted hash/,
116 eval { $hash{wibble} = 23; };
130 eval { $hash{wibble} = 23 };
131 like( $@, qr/^Attempt to access disallowed key 'wibble' in a restricted hash/, ' locked' );

Completed in 57 milliseconds