Revert "Skip relevants tests when appropriate"
[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;