eval require instead of use
authorJonathan Yu <frequency@cpan.org>
Sun, 10 Jan 2010 05:04:57 +0000 (00:04 -0500)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 10 Jan 2010 18:56:41 +0000 (18:56 +0000)
commit5cc94cf58b4c2ad212d5856335016475687353b2
treecf12ddbc9a6c8963848642af2972761570669abe
parentf5f21f1d7a779ab86ca5981ae3e716effd8325ca
eval require instead of use

We need to eval require instead of use to prevent double imports,
since loading YAML::Any causes symbols to be exported by default
t/020_basic_yaml.t
t/020_basic_yaml_syck.t
t/020_basic_yaml_xs.t