Searched refs:Ugly (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A Ddemo3.pl11 sub w :Ugly(sister) :Omni('po',tent()) {}
H A DMyClass.pm44 sub Ugly : ATTR(CODE) { subroutine
46 # derived class) with an :Ugly attribute.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dattrs.t62 eval q/my $x : Ugly('\(") :Bad;/;
63 like $@, qr/^Invalid SCALAR attributes: ["']?Ugly\('\\\("\) : Bad["']? at/;
70 eval q/my $x : Ugly('(');/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm265 sub Ugly : ATTR(CODE) {
267 # derived class) with an :Ugly attribute.
597 UNIVERSAL::Ugly => Software::Patent # tie attr installed everywhere
656 sub fn :Ugly(sister) :Omni('po',tent()) {...}
690 # sub fn :Ugly(sister) :Omni('po',tent()) {...}
695 'Ugly', # attr name
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm303 Ugly('\(") :Bad
310 Ugly('(') # ()-string not balanced

Completed in 39 milliseconds