Just skip the test if we don't have Capture::Tiny
[gitmo/MooseX-Getopt.git] / t / version_no_options.pl
CommitLineData
da43301a 1package NoOptions;
2use Moose;
3
4with 'MooseX::Getopt';
5
6package main;
7NoOptions->new_with_options;