File: special.pm

package info (click to toggle)
libtext-sass-perl 1.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: perl: 825; makefile: 58
file content (7 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
package special;
use strict;
use warnings;

sub funky { my ($class, $str) = @_; return "funky $str"; };

1;