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