X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmod%2FModuleC.pm;fp=t%2Fmod%2FModuleC.pm;h=dd9670de9ed96e97d77dd85ff15e6669255b6527;hb=ecc8c5dceec238989e44f924e65f48389b6c2ee0;hp=0000000000000000000000000000000000000000;hpb=8516a2f454820d8aad0897f6bec7e37ecd94dcc0;p=p5sagit%2FApp-FatPacker.git diff --git a/t/mod/ModuleC.pm b/t/mod/ModuleC.pm new file mode 100644 index 0000000..dd9670d --- /dev/null +++ b/t/mod/ModuleC.pm @@ -0,0 +1,9 @@ +package ModuleC; + +sub xyz { + shift() + ? 666 + : 999 +} + +1;