File: CompileError.pm

package info (click to toggle)
libconfig-mvp-perl 2.200008-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 292 kB
  • ctags: 66
  • sloc: perl: 699; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (6)
1
2
3
4
use strict;
package Foo::CompileError;
$x = 10;
1;