aboutsummaryrefslogtreecommitdiffstats
path: root/Data-YAML-0.0.6/t/00.load.t
blob: 4b0baad7d4f768ee013bd6456192af3220695c2d (plain) (blame)
1
2
3
4
5
6
7
8
use Test::More tests => 2;

BEGIN {
  use_ok( 'Data::YAML::Reader' );
  use_ok( 'Data::YAML::Writer' );
}

diag( "Testing Data::YAML $Data::YAML::Reader::VERSION" );