aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests/safe.sub
blob: fcf7ff385dc3d7e21c74d34071354a4134556981 (plain) (blame)
1
2
3
4
sub moo { print "Moo" }
sub hello { print join( ", ", @_) }

bless {}, __PACKAGE__;