File: Module.pm

package info (click to toggle)
libtest-aggregate-perl 0.364-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 200 kB
  • sloc: perl: 899; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 45 bytes parent folder | download | duplicates (2)
1
2
3
4
5
package Slow::Loading::Module;

sleep 1;

1;