summaryrefslogtreecommitdiff
path: root/t/Nest1.pm
blob: 8b81696d05051dc4781f97ae2940420183b32a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package t::Nest1;

{ use 5.006; }
use warnings;
use strict;
use Module::Runtime qw(require_module);

our $VERSION = 1;

require_module("t::Nested");

"t::Nest1 return";