summaryrefslogtreecommitdiff
path: root/t/00-report-prereqs.dd
diff options
context:
space:
mode:
Diffstat (limited to 't/00-report-prereqs.dd')
-rw-r--r--t/00-report-prereqs.dd46
1 files changed, 46 insertions, 0 deletions
diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd
new file mode 100644
index 0000000..fbc3a37
--- /dev/null
+++ b/t/00-report-prereqs.dd
@@ -0,0 +1,46 @@
+do { my $x = {
+ 'configure' => {
+ 'requires' => {
+ 'ExtUtils::MakeMaker' => '0'
+ }
+ },
+ 'develop' => {
+ 'requires' => {
+ 'Dist::Zilla' => '5',
+ 'Dist::Zilla::PluginBundle::Author::TEAM' => '0',
+ 'Software::License::Perl_5' => '0',
+ 'Test::CPAN::Changes' => '0.19',
+ 'Test::CPAN::Meta' => '0',
+ 'Test::EOL' => '0',
+ 'Test::MinimumVersion' => '0',
+ 'Test::Mojibake' => '0',
+ 'Test::More' => '0.88',
+ 'Test::NoTabs' => '0',
+ 'Test::Pod' => '1.41',
+ 'Test::Portability::Files' => '0',
+ 'Test::Version' => '1'
+ }
+ },
+ 'runtime' => {
+ 'requires' => {
+ 'Future' => '0.36'
+ }
+ },
+ 'test' => {
+ 'recommends' => {
+ 'CPAN::Meta' => '2.120900'
+ },
+ 'requires' => {
+ 'ExtUtils::MakeMaker' => '0',
+ 'File::Spec' => '0',
+ 'IO::Handle' => '0',
+ 'IPC::Open3' => '0',
+ 'Test::CheckDeps' => '0.010',
+ 'Test::Fatal' => '0.010',
+ 'Test::More' => '0.98',
+ 'Test::Refcount' => '0'
+ }
+ }
+ };
+ $x;
+ } \ No newline at end of file