File: a.pm

package info (click to toggle)
libapp-fatpacker-perl 0.010001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 140 kB
  • ctags: 32
  • sloc: perl: 437; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 53 bytes parent folder | download
1
2
3
4
5
6
package t::mod::a;
use t::mod::b;

$foo = "bar";

1;