in reply to Re: How do I test a script that doesn't have a .pl extension
in thread How do I test a script that doesn't have a .pl extension

I used Module::Loaded

You failed. A .pl file is not a module, you shouldn't treat it as a module.

  • Comment on Re^2: How do I test a script that doesn't have a .pl extension