DBIxIntrospector: init at 0.001005

Is needed for 918de3ddb9.
This commit is contained in:
Pascal Wittmann 2015-09-09 19:05:09 +02:00
parent 9eca1376b8
commit 8d5c2ade49

View File

@ -3082,6 +3082,16 @@ let self = _self // overrides; _self = with self; {
};
};
DBIxIntrospector = buildPerlPackage rec {
name = "DBIx-Introspector-0.001005";
src = fetchurl {
url = "mirror://cpan/authors/id/F/FR/FREW/${name}.tar.gz";
sha256 = "0fp6h71xv4pgb8l815rs6ad4camzhjqf64s1sf7zmhchqqn4vacn";
};
propagatedBuildInputs = [ TestFatal TestRoo Moo DBI DBDSQLite ];
};
DevelCycle = buildPerlPackage {
name = "Devel-Cycle-1.11";
src = fetchurl {