File: TestLib.pm

package info (click to toggle)
libmodule-reader-perl 0.003002-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 75
  • sloc: perl: 280; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 48 bytes parent folder | download
1
2
3
4
5
package TestLib;

our $FILENAME = __FILE__;

1;