diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2014-02-06 22:09:40 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2014-02-06 22:09:40 +0000 |
commit | 3621e4956cb037811317b0195d3248108c6658c3 (patch) | |
tree | 3b72d0c777a6299cb8e96bfdc856487b7358f605 /t/Nest1.pm | |
download | Module-Runtime-tarball-master.tar.gz |
Module-Runtime-0.014HEADModule-Runtime-0.014master
Diffstat (limited to 't/Nest1.pm')
-rw-r--r-- | t/Nest1.pm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/Nest1.pm b/t/Nest1.pm new file mode 100644 index 0000000..8b81696 --- /dev/null +++ b/t/Nest1.pm @@ -0,0 +1,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"; |