File: BaseWithNoPod.pm

package info (click to toggle)
libpod-coverage-trustpod-perl 0.092830-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 14
  • sloc: perl: 145; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package BaseWithNoPod;
our $VERSION = '0.092830';



use strict;
use warnings;


1;