File: 34_attr_whitespace.code

package info (click to toggle)
libppi-perl 1.281-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,220 kB
  • sloc: perl: 15,287; makefile: 8
file content (5 lines) | stat: -rwxr-xr-x 64 bytes parent folder | download | duplicates (8)
1
2
3
4
5
sub foo: Attr { }
sub bar : Attr(x
y) { }
sub baz : Attr(
) { }