File: TestRequired3X.pm

package info (click to toggle)
libindirect-perl 0.39-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 440 kB
  • sloc: perl: 3,166; ansic: 1,359; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
package indirect::TestRequired3X;

sub new { push @main::new, __PACKAGE__ }

no indirect hook => \&main::cb3;

new indirect::TestRequired3X;