diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2014-08-21 16:58:41 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2014-08-21 16:58:41 +0000 |
commit | 7dd93df1d843cbb36356dbea8071fab21cf04c30 (patch) | |
tree | 7433801a3aebd8fd9976ca2ecd94fed7b643c337 /t/lib/TestLib.pm | |
download | Module-Reader-tarball-master.tar.gz |
Module-Reader-0.002003HEADModule-Reader-0.002003master
Diffstat (limited to 't/lib/TestLib.pm')
-rw-r--r-- | t/lib/TestLib.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/lib/TestLib.pm b/t/lib/TestLib.pm new file mode 100644 index 0000000..3e1b6ff --- /dev/null +++ b/t/lib/TestLib.pm @@ -0,0 +1,3 @@ +package TestLib; + +1; |