Skip to content

Instantly share code, notes, and snippets.

@Altreus
Created January 15, 2016 16:52
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 Altreus/fbffa497f3de7e1c1959 to your computer and use it in GitHub Desktop.
Save Altreus/fbffa497f3de7e1c1959 to your computer and use it in GitHub Desktop.
perl -Ilib -MTest::WWW::Mechanize::Roles -MTest::WWW::Mechanize::Roles::JSON -E'package J; use Moose; extends "Test::WWW::Mechanize::Roles"; with "Test::WWW::Mechanize::Roles::JSON"; package main; my $j = J->new; $j->json_ok'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment