File: Foo.pm

package info (click to toggle)
libdbix-class-schema-loader-perl 0.07046-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,460 kB
  • ctags: 677
  • sloc: perl: 13,402; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package DBICTest::Schema::_no_skip_load_external::Foo;
use strict;
use warnings;

our $skip_me = "bad mojo";
1;