Remove references to jules git repo
[gitmo/Moose.git] / t / 500_test_moose / 001_test_moose.t
CommitLineData
7125b244 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
9 use_ok('Test::Moose');
10}