File: TestOOOverride.pm

package info (click to toggle)
libmodule-bundled-files-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 301; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/perl -w
package TestOOOverride;
use strict;

use base 'TestOO';

1;