#!perl

requires 'perl' => '5.14.1';

on test => sub {
    requires 'Test2::V0';
};

on develop => sub {
    requires 'Pod::Coverage::TrustPod';
    requires 'Test::Pod';
    requires 'Test::Pod::Coverage';
    requires 'XDR::Parse' => '0.3.0';
};
