File: EmptyModule.pm

package info (click to toggle)
libtest-autoloader-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 128 kB
  • sloc: perl: 159; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (4)
1
2
3
package EmptyModule;
use AutoLoader 'AUTOLOAD';
1;