1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6    use_ok( 'Archive::Any::Plugin::Rar' );
7}
8
9diag( "Testing Archive::Any::Plugin::Rar $Archive::Any::Plugin::Rar::VERSION, Perl $], $^X" );
10