Skip Menu |

This queue is for tickets about the Data-Pipeline CPAN distribution.

Report information
The Basics
Id: 82577
Status: open
Priority: 0/
Queue: Data-Pipeline

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
cpan [...] zoffix.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Undeclared dependencies on MooseX::Types and namespace::autoclean
Attached patch fixes the issue. -- Cheers, ZZ [ https://metacpan.org/author/ZOFFIX ]
Subject: Data-Pipeline-0.02.patch
diff -Naur Data-Pipeline-0.02_orig/Makefile.PL Data-Pipeline-0.02/Makefile.PL --- Data-Pipeline-0.02_orig/Makefile.PL 2014-01-24 21:15:26.738549236 -0500 +++ Data-Pipeline-0.02/Makefile.PL 2014-01-24 21:21:14.958553799 -0500 @@ -4,6 +4,8 @@ all_from 'lib/Data/Pipeline.pm'; requires 'Moose' => 2.06; +requires 'MooseX::Types' => 0.41; +requires 'namespace::autoclean' => 0.15; feature 'CSV Adapter' => ( 'Text::CSV' => 0,