File: Bar.pm

package info (click to toggle)
libmodule-scandeps-perl 0.98-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 576 kB
  • ctags: 231
  • sloc: perl: 3,910; makefile: 10; ansic: 1
file content (7 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
4
5
6
7
package Bar;

use Cwd;
use File::Glob;	# Cwd is builtin in perl*.dll

1;