File: TEST.pm

package info (click to toggle)
libdevel-patchperl-perl 2.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 748 kB
  • sloc: perl: 7,948; ansic: 46; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
package Devel::PatchPerl::Plugin::TEST;

use strict;
use warnings;

sub patchperl {
  warn "I AM A TEST PLUGIN\n";
}

qq[1];