freebsd-ports/databases/p5-DBIx-Password/files/patch-batch
Adam Weinberger 2911cb77cc Reassign databases/ perl modules to perl@.
Also:
- Sort plists
- Sort DEPENDS
- Add TEST_DEPENDS where necessary
- p5-Class-DBI-DDL: switch to USE_PERL5=configure
- Remove unnecessary or unusual stuff from pkg-descr's
- Regenerate patches using makepatch where necessary
- Based on the description from p5-DBIx-Password (most of which I've
  excised), it isn't clear whether this module even works when it's
  built non-interactive
- p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS
  as well
- p5-T2: Fails 'make test' (as it did before). The module isn't even
  present on CPAN or Meta::CPAN, and should probably be considered
  for deletion
2015-05-09 16:50:00 +00:00

11 lines
304 B
Text

--- Makefile.PL.orig 2007-04-30 21:38:56 UTC
+++ Makefile.PL
@@ -24,7 +24,7 @@ my %driver_methods = (
);
print "What is the name of the Virtual User?\n";
-my $virtual = getLine();
+my $virtual = undef;
while ($virtual) {
print "What is the dbi driver? (AKA mysql)\n";
my $driver = getLine();