Skip to content

Instantly share code, notes, and snippets.

@zoffixznet

zoffixznet/t.t Secret

Created March 6, 2018 02:42
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 zoffixznet/8e32ef2cf2f7916549472939c3f9c175 to your computer and use it in GitHub Desktop.
Save zoffixznet/8e32ef2cf2f7916549472939c3f9c175 to your computer and use it in GitHub Desktop.
use Test;
(try require Pod::To::Text) === Nil and plan :skip-all<Module The::Module is not installed>;
plan 2;
ok 42, '42 is OK';
is 42, 42, '42 is 42';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment