Last change
on this file since 9141 was
9141,
checked in by nicolasmartin, 3 years ago
|
MIME type for Perl files under ./EXTERNAL/fcm/t
|
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/x-perl
|
File size:
204 bytes
|
Rev | Line | |
---|
[1980] | 1 | #!/usr/bin/perl |
---|
| 2 | |
---|
| 3 | use strict; |
---|
| 4 | use warnings; |
---|
| 5 | |
---|
| 6 | use Test::More qw{no_plan}; |
---|
| 7 | |
---|
| 8 | main(); |
---|
| 9 | |
---|
| 10 | sub main { |
---|
| 11 | my $class = 'Fcm::CLI::Invoker::KeywordPrinter'; |
---|
| 12 | use_ok($class); |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | # TODO: actual unit tests |
---|
| 16 | |
---|
| 17 | __END__ |
---|
Note: See
TracBrowser
for help on using the repository browser.