File: FSGlobby.pm

package info (click to toggle)
libfile-slurp-perl 9999.32-2.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: perl: 650; makefile: 39
file content (18 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package FSGlobby;

sub new {
    my $class = shift;
    return bless {}, $class;
}

1;

__DATA__
File:
URL:
Description:
Columns:
Intended-For:
Written-By:
Line-Count:
Last-Updated: