File: Module2.pm

package info (click to toggle)
libtest-effects-perl 0.001005-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: perl: 493; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package Test::Effects::Module2;

use warnings;
use strict;
use autodie;
use 5.010;

our $VERSION = '0.000001';


# Module implementation here


1; # Magic true value required at end of module
__END__

=head1 NAME

Test::Effects::Module2 - Dummy module to test WITHOUT feature