extended copyright info to 2009
[audio-mpd.git] / t / 00-use.t
blobab81afa4ee3d104a5aa4838482b09dd686510d15
1 #!perl
3 # This file is part of Audio::MPD
4 # Copyright (c) 2007-2009 Jerome Quelin, all rights reserved.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the same terms as Perl itself.
11 use strict;
12 use warnings;
14 use Test::More tests => 3;
16 BEGIN { use_ok( 'Audio::MPD' ); }
17 diag( "Testing Audio::MPD $Audio::MPD::VERSION, Perl $], $^X" );
19 use_ok( 'Audio::MPD::Collection' );
20 use_ok( 'Audio::MPD::Playlist' );