File: FindMe.pm

package info (click to toggle)
libfile-findlib-perl 0.001004-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 280; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 86 bytes parent folder | download
1
2
3
4
5
package FindMe;
use vars qw< $VERSION >;
$VERSION= 0.001_004;
our $loaded;
++$loaded;