Searched full:foo* (Results 576 - 600 of 797) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t89 package Foo; package
101 # The string eval is important. It stops $Foo::{is} existing when
174 package Foo; package
183 @EXPORT_OK = qw (foo);
185 sub foo {"foo"}; subroutine
190 Moving::Target->import (foo);
192 ::ok (foo eq "foo", "imported foo befor
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm32 Any $(FOO) used in the examples are make variables, not Perl.
91 # We will cheat and just use Getopt::Long. We fool it by putting
174 'module name' is simply the name of your module. (Foo::Bar)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm13 NAME => 'Foo',
14 NAMES => [qw(FOO BAR BAZ)],
16 # Generates wrapper code to make the values of the constants FOO BAR BAZ
33 in the C section of C<Foo.xs>
37 in the XS section of C<Foo.xs>.
834 #if defined (foo)
921 $package ||= 'Foo';
H A DInstall.pm38 pm_to_blib({ 'lib/Foo/Bar.pm' => 'blib/lib/Foo/Bar.pm' });
260 (ie. Foo::Bar would be Foo/Bar). If $fullext is not specified, it
H A DLiblist.pm172 An entry of the form C<-La:\foo> specifies the C<a:\foo> directory to look
175 An entry of the form C<-lfoo> specifies the library C<foo>, which may be
178 compilers, it becomes C<foo.lib>. If no files are found by those translated
179 names, one more attempt is made to find them using either C<foo.a> or
234 "-Lc:\Program Files\vc\lib" msvcrt.lib "la test\foo bar.lib"
H A DMM_Any.pm76 $out = `foo 2>&1`;
79 $out = `foo`;
308 FOO \
671 $oneliner = $MM->oneliner('print "Foo\n"');
H A DMM_DOS.pm43 Generates Foo__Bar.3 style man page names
H A DMM_MacOS.pm314 $self->{NAME}) =~ s!::!:!g ; #eg. BSD:Foo:Socket
H A DMM_Unix.pm481 # FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle).
483 # PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)
566 though, if the same directory comes as $(FOO) _and_ as "bar". Both of
575 # We're helpless though, if the same directory comes as $(FOO) _and_ as "bar".
1208 if ($self->file_name_is_absolute($name)) { # /foo/bar
1211 $self->canonpath(basename($name))) { # foo
1213 } else { # foo/bar
1466 # case-insensitive filesystem, one dot per name, so foo.h.PL
1467 # under Unix appears as foo.h_pl under VMS or fooh
[all...]
H A DMM_VMS.pm691 handling #include E<lt>sys/foo.hE<gt> directives. Also constructs CC
2130 perl trips up on "<foo>" thinking it's an input redirect. So we use the
H A DMakeMaker.pm381 # 5.8.0 has a bug with require Foo::Bar alone in an eval, so an
595 # Support for new foo_target() methods.
1378 For example, Foo::Bar becomes Foo-Bar.
1388 For example, version 1.04 of Foo::Bar becomes Foo-Bar-1.04.
1416 (e.g. [ qw(Foo_version Foo_numstreams Foo_tree ) ])
1862 {'foobar
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A DFAQ.pod129 Let's assume that we have a package C<Cool::Foo>, which includes
130 C<Cool::Foo> and C<Cool::Bar> modules each having a separate XS
136 NAME => 'Cool::Foo',
137 VERSION_FROM => 'Foo.pm',
147 Foo.xs
149 Foo.c
151 Foo.o
156 That's pretty much it. Now write I<Foo.pm> and I<Foo.xs>, I<Bar.pm>
157 and I<Bar.xs>, where I<Foo
[all...]
H A DTutorial.pod98 installed go. They are layed out according to namespace. So Foo::Bar
99 is lib/Foo/Bar.pm.
105 So t/foo.t. 'make test' will run these tests. The directory is flat,
106 you cannot, for example, have t/foo/bar.t run by 'make test'.
148 you're matching against "t/foo.t" not "foo.t").
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t15 $Testfile = 'testfile.foo';
98 print FILE "Foo";
H A DConstant.t208 # open FOO, ">expect"; print FOO $expect;
209 # open FOO, ">regen"; print FOO $regen; close FOO;
H A DINST_PREFIX.t68 my $PREFIX = File::Spec->catdir('foo', 'bar');
167 File::Spec->catdir('foo','bar');
180 INSTALLMAN1DIR=> 'foo/bar/baz',
181 INSTALLMAN3DIR=> 'foo/bar/baz',
184 is( $mm->{INSTALLVENDORMAN1DIR}, File::Spec->catdir('foo','bar'),
H A DInstalled.t35 ok( $ei->_is_prefix('foo/bar', 'foo'),
37 ok( !$ei->_is_prefix('\foo\bar', '\bar'),
48 my $file = $dir . '/foo';
57 # You can concatenate /foo but not foo:, which defaults in the current
78 ok( $ei->_is_under('foo'), '_is_under() should return true with no dirs' );
81 ok( !$ei->_is_under('foo', @under), '... should find no file not under dirs');
114 # necessary to fool new()
141 (File::Spec->catdir($Config{man1direxp}, 'foo')
[all...]
H A DMM_Unix.t143 my $t = bless { NAME => "Foo" }, $class;
165 is ($t->libscan('foo/RCS/bar'), '', 'libscan on RCS');
169 is ($t->libscan('foo/b~r'), 'foo/b~r', 'libscan on file with ~');
170 is ($t->libscan('foo/RCS.pm'), 'foo/RCS.pm', 'libscan on file with RCS');
233 is ($t->replace_manpage_separator('Foo/Bar'),'Foo::Bar','manpage_separator');
H A DManifest.t32 $data ||= 'foo';
71 ok( add_file('foo'), 'add a temporary file' );
78 is( $warn, "Added to MANIFEST: foo|Added to MANIFEST: MANIFEST|",
129 # only MANIFEST and foo are in the manifest
130 $_ = 'foo';
133 is( join(' ', sort { lc($a) cmp lc($b) } keys %$files), 'foo MANIFEST',
135 is( $_, 'foo', q{maniread() doesn't clobber $_} );
177 add_file( 'MANIFEST.SKIP' => 'foo' );
178 add_file( 'MANIFEST' => "foobar\n" );
179 add_file( 'foobar'
[all...]
H A DMkbootstrap.t55 Mkbootstrap('', 'foo');
56 like( $out->read, qr/bsloadlibs=foo/, 'should still report libraries' );
H A DPacklist.t35 $pl->{data}{foo} = 'bar';
36 is( ExtUtils::Packlist::FETCH($pl, 'foo'), 'bar', 'check FETCH()' );
108 foo => 'bar',
138 like( $file, qr/hash.+foo=bar/, 'second embedded hash value should appear');
146 is( $pl->{data}{hash}{foo}, 'bar', 'hash values should be set' );
H A Doneliner.t23 my $mm = bless { NAME => "Foo" }, 'MM';
41 try_oneliner(q{print "foo'o", ' bar"ar'}, [], q{foo'o bar"ar}, 'quotes');
44 try_oneliner(q{$PATH = 'foo'; print $PATH},[], q{foo}, 'dollar signs' );
47 try_oneliner(q{print 'foo'}, ['-l'], "foo\n", 'switches' );
H A Dpostamble.t41 FOO => 1,
51 is_deeply( \%extra, { FOO => 1, BAR => 'fugawazads' },
H A Dprefixify.t34 $mm->{ARGS}{PREFIX} = 'foo';
H A Dprompt.t35 is( prompt("Foo?"), '', 'no default' );
36 like( $stdout->read, qr/^Foo\?\s*\n$/, ' question' );
38 is( prompt("Foo?", undef), '', 'undef default' );
39 like( $stdout->read, qr/^Foo\?\s*\n$/, ' question' );
41 is( prompt("Foo?", 'Bar!'), 'Bar!', 'default' );
42 like( $stdout->read, qr/^Foo\? \[Bar!\]\s+Bar!\n$/, ' question' );
54 is( prompt("Foo?", 'Bar!'), 'From STDIN', 'from STDIN' );
55 like( $stdout->read, qr/^Foo\? \[Bar!\]\s*$/, ' question' );

Completed in 72 milliseconds

<<21222324252627282930>>