Skip to content

Instantly share code, notes, and snippets.

@ytnobody
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytnobody/1fe65d98414b24455346 to your computer and use it in GitHub Desktop.
Save ytnobody/1fe65d98414b24455346 to your computer and use it in GitHub Desktop.

PostScript::Simple is so useful module. But, it makes confused when using with Carton.

Solution, add a line-feed to head of package name of each t/lib/Test/*.pm .

  • as is
package Test::More;
  • to do
package 
    Test::More;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment