ports/databases/p5-DBIx-Class-ResultSet-HashRef/files/patch-Makefile.PL
Martin Wilke 0c283ea09b Easy way to turn resultsets into hashrefs.
WWW: http://search.cpan.org/dist/DBIx-Class-ResultSet-HashRef/

PR:		ports/138852
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
Feature safe:	yes
2009-09-18 22:44:39 +00:00

9 lines
202 B
Raku

--- Makefile.PL.orig 2009-09-15 13:23:11.000000000 -0300
+++ Makefile.PL 2009-09-15 13:23:16.000000000 -0300
@@ -13,5 +13,5 @@
test_requires 'Test::More';
-auto_install;
+#auto_install;
WriteAll;