Re: [PATCH] MM check_hints test

2002-01-17 Thread Andreas J. Koenig
perl@14323 fails here: lib/ExtUtils/t/hintsFAILED at test 2 Don't know why test believes there are two tests. Running harness from within the t/ directory passes the test. On Thu, 17 Jan 2002 20:25:57 -0500, Michael G Schwern [EMAIL PROTECTED] said: +++

Re: ExtUtils::Manifest manicheck() incompatibility

2002-04-17 Thread Andreas J. Koenig
On Wed, 17 Apr 2002 13:01:04 -0400 (EDT), Andy Dougherty [EMAIL PROTECTED] said: I may have time much later today to look into this further, but I'd be happy for someone to beat me to it. culpa 15599. This patch seems to fix it, needs confirmation by Schwern. ---

Re: [acme@astray.com: DBD-mysql-2.1013 bleadperl]

2002-04-18 Thread Andreas J. Koenig
On Tue, 16 Apr 2002 14:02:51 -0400, Michael G Schwern [EMAIL PROTECTED] said: On Tue, Apr 16, 2002 at 06:11:02PM +0100, Tim Bunce wrote: It would be good to add a workaround (plus warning perhaps) to ExtUtils/MM_Unix.pm to save lots of people lots of headaches. New versions of

Re: [acme@astray.com: DBD-mysql-2.1013 bleadperl]

2002-04-18 Thread Andreas J. Koenig
On Thu, 18 Apr 2002 12:35:00 +0200, [EMAIL PROTECTED] (Andreas J. Koenig) said: A very weird bug indeed, apparently in 5.6.1. 5.6.1's MakeMaker reaches the line 1527 foreach $name (@{$self-{EXE_FILES}}) { with $self-{EXE_FILE} being (as I checked with Data::Dumper

Re: [acme@astray.com: DBD-mysql-2.1013 bleadperl]

2002-04-18 Thread Andreas J. Koenig
On Thu, 18 Apr 2002 14:22:34 +0200, [EMAIL PROTECTED] (Andreas J. Koenig) said: On Thu, 18 Apr 2002 12:35:00 +0200, [EMAIL PROTECTED] (Andreas J. Koenig) said: A very weird bug indeed, apparently in 5.6.1. 5.6.1's MakeMaker reaches the line 1527 foreach $name (@{$self

Re: Major skipcheck() bug.

2002-04-20 Thread Andreas J. Koenig
On Sat, 20 Apr 2002 13:17:07 -0400, Michael G Schwern [EMAIL PROTECTED] said: On Sat, Apr 20, 2002 at 04:03:54PM +1000, Ken Williams wrote: but skipcheck() really returns two array refs, one to a list of files found and one to files missing. It doesn't list the files skipped due to

Re: Autogenerating README

2002-04-29 Thread Andreas J. Koenig
On Tue, 30 Apr 2002 15:53:24 +1000, Ken Williams [EMAIL PROTECTED] said: Hey, Suppose I want to auto-generate the README from the main .pm file documentation. I've been using the following to do it: my $module = 'AI::Categorizer'; (my $dir = $module) =~ s/::/-/g;

Re: Module::Build design plans

2002-04-30 Thread Andreas J. Koenig
On Sun, 28 Apr 2002 13:12:49 -0400, Michael G Schwern [EMAIL PROTECTED] said: If may not be possible to get all the possible configuration problems down to just a static config file. You'll likely still need the ability for modules to call perl code for various stages of the build

Re: [bug] 6.05 parse_version

2002-09-07 Thread Andreas J. Koenig
On Thu, 05 Sep 2002 09:41:35 +0800, Stas Bekman [EMAIL PROTECTED] said: when it tries to eval: $File::Spec::VERSION=undef; do { unless ($File::Spec::VERSION = $min_version) { }; it certainly fails. And this is a bug in makemaker,

Re: INSTALLSCRIPT doesn't have 'site', 'vendor' values?

2002-11-06 Thread Andreas J. Koenig
On Thu, 7 Nov 2002 13:18:17 +1100, Ken Williams [EMAIL PROTECTED] said: Okay. I'll wait a week or so for someone like Andreas or Andy to chime in and explain why there are no other INSTALL*SCRIPT entries, and if that doesn't happen I'll assume it's an error and I'll try to fix it.

Re: [bug] 6.05 parse_version

2002-11-09 Thread Andreas J. Koenig
On Sat, 09 Nov 2002 23:43:36 +0800, Stas Bekman [EMAIL PROTECTED] said: Andreas J. Koenig wrote: On Thu, 05 Sep 2002 09:41:35 +0800, Stas Bekman [EMAIL PROTECTED] said: when it tries to eval: $File::Spec::VERSION=undef; do { unless ($File::Spec

Re: Why do child Makefile.PLs ignore @ARGV?

2003-03-30 Thread Andreas J. Koenig
On Sun, 30 Mar 2003 18:55:11 -0800, Michael G Schwern [EMAIL PROTECTED] said: On Sun, Mar 30, 2003 at 09:48:15PM -0500, Kurt Starsinic wrote: On Mar 30, Michael Schwern wrote: I just read https://rt.cpan.org/Ticket/Display.html?id=1991 Basically, when Makefile.PLs in

Re: ExtUtils test failures in perl-5.8.x at 19704

2003-06-10 Thread Andreas J Koenig
Michael G Schwern [EMAIL PROTECTED] writes: On Tue, Jun 10, 2003 at 09:47:43AM -0400, Andy Dougherty wrote: I don't know an easy way around this offhand. Perhaps oneliner() ought to simply eliminate newlines, instead of escaping them. That's a fallback. It does produce a different program,

Re: maniadd

2003-07-04 Thread Andreas J Koenig
Sorry for the noise... Andreas J Koenig [EMAIL PROTECTED] writes: Either nobody is using 'make dist' or nobody is testing MM 6.10_06 or is there another explanation? Yes, the other explanation is, the Makefile was produced by an older MakeMaker and executed by the newer one. All's fine after

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.11

2003-07-27 Thread Andreas J Koenig
Kurt Starsinic [EMAIL PROTECTED] writes: On Jul 24, Andy Lester wrote: At 1:28 AM -0700 7/24/03, Michael G Schwern wrote: Finally! A stable release! I told one person one too many times to use the alpha version when they had a problem with 6.05. So I've bumped 6.10_08 up to 6.11.

Re: Pod::Simple

2003-09-07 Thread Andreas J Koenig
On Sat, 06 Sep 2003 23:09:50 -0800, Sean M. Burke [EMAIL PROTECTED] said: At 08:39 AM 2003-09-07 +0200, Andreas J Koenig wrote: Yes. You triggered a bug in MakeMaker's META.yml generator. You are the first and currently only author who uses ./ as the first two Meanwhile, I'm about

Re: Critical perl.h dependency.

2003-10-22 Thread Andreas J Koenig
On Wed, 22 Oct 2003 09:49:50 -0700, Michael G Schwern [EMAIL PROTECTED] said: MakeMaker will not work without $Config{archdir}/CORE/perl.h. Period. It just gives up and dies, won't even build the Makefile. ] sudo mv /System/Library/Perl/darwin/CORE/perl.h /tmp ] perl

nonrelocateable Makefile in 5.8.3 RC1

2004-01-11 Thread Andreas J Koenig
For 5.8.3 RC1 I once again tried to move my build directory somewhere else, something I sincerely believe must work. I remember I have fixed it before, but it has been broken again. We need some place where this kind of failure gets noticed. For now I can only report it as a bug: Making

Re: nonrelocateable Makefile in 5.8.3 RC1

2004-01-14 Thread Andreas J Koenig
On Tue, 13 Jan 2004 23:07:49 -0800, Michael G Schwern [EMAIL PROTECTED] said: Try this. This looks so fine, I won't even test. Thanks! -- andreas

Re: [Module::Build] Re: something broken between Module::Build, CPAN.pm, and ExtUtils::MakeMaker in 5.8.8 for UINST=1

2006-02-15 Thread Andreas J. Koenig
On Wed, 15 Feb 2006 13:29:34 +1100, Adam Kennedy [EMAIL PROTECTED] said: I think I'm coming into this discussion late. =( What do you mean by doesn't bootstrap? M::B does indeed use itself to install itself, so you must have something else in mind. Could you elaborate briefly to bring

Re: [Module::Build] Re: something broken between Module::Build, CPAN.pm, and ExtUtils::MakeMaker in 5.8.8 for UINST=1

2006-02-15 Thread Andreas J. Koenig
On Wed, 15 Feb 2006 13:47:08 +0100, demerphq [EMAIL PROTECTED] said: The bundle file D:\home\.cpan5.8.x\Bundle\CPAN.pm may be a broken bundlefile. It seems not to contain any bundle definition. Please check the file and if it is bogus, please delete it. Sorry for the inconvenience.

Re: [Module::Build] Re: something broken between Module::Build, CPAN.pm, and ExtUtils::MakeMaker in 5.8.8 for UINST=1

2006-02-15 Thread Andreas J. Koenig
On Wed, 15 Feb 2006 07:36:17 -0500, John Peacock [EMAIL PROTECTED] said: jp Andreas J. Koenig wrote: On Wed, 15 Feb 2006 13:29:34 +1100, Adam Kennedy [EMAIL PROTECTED] said: So as a result, any MB-using dist cannot be installed on any current production Perl. Installation requires

Re: [Module::Build] META.yml and platform dependencies.

2006-04-18 Thread Andreas J. Koenig
On Wed, 12 Apr 2006 22:06:43 -0500, Ken Williams [EMAIL PROTECTED] said: Hi Yves, This is a known shortcoming of CPAN's approach to dependency detection. There's no solution inside the META.yml itself, though in some distant future version we'd like to expand the little language

Re: [Module::Build] META.yml and platform dependencies.

2006-04-19 Thread Andreas J. Koenig
On Wed, 19 Apr 2006 07:25:14 +0200, demerphq [EMAIL PROTECTED] said: I said this before, but im not sure you saw it, I was thinking that dynamic_config=1 be done by re-generating the META.yml on the local machine. I think, for CPAN.pm it's enough to just do this (untested): Index:

Re: prompt() needs a rethink

2007-03-09 Thread Andreas J. Koenig
, it's simple tech talk but with emotions. Summarizing and aggregating parts of the discussion here... # from Andreas J. Koenig on Wednesday 31 January 2007 11:53 pm: (5) I call 'perl Build.PL /tmp/ttt' and it hangs forever and /tmp/ttt remains empty Ok, we've identified that Module

Re: Version object support

2007-03-30 Thread Andreas J. Koenig
On Thu, 29 Mar 2007 13:33:01 -0700, Michael G Schwern [EMAIL PROTECTED] said: Well, just because PAUSE isn't doing it quite right doesn't mean everyone else has to. Well said. Besides, PAUSE honours META.yml and so hopefully is future proof. -- andreas

Re: Change in order of PREREQ_PM and CONFIGURE

2007-12-08 Thread Andreas J. Koenig
On Thu, 06 Dec 2007 16:20:19 -0800, Michael G Schwern [EMAIL PROTECTED] said: I see the missing piece is that you were using PREREQ_FATAL. Yes, that did move in 6.33. I didn't log why, it was part of some changes to the PREREQ_FATAL docs and message. The code move doesn't look like

Re: make zipdist on Win32

2008-10-21 Thread Andreas J. Koenig
On Sat, 18 Oct 2008 21:42:28 +0300, Alexandr Ciornii [EMAIL PROTECTED] said: Hello! Does anybody use `make zipdist` on Windows? If yes, where can I download 'zip.exe' which it uses? I want to create .zip CPAN dists, as I use Windows and my .tar.gz dists will be rejected by

Re: Repository has moved. Spreading the admin load.

2010-09-01 Thread Andreas J. Koenig
On Tue, 31 Aug 2010 14:30:26 -0700, Michael G Schwern schw...@pobox.com said: The repository is now at: http://github.com/Perl-Toolchain-Gang/Extutils-MakeMaker Beautiful! If Andreas, Craig, Zefram and Andy tell me their Github accounts I'll add them to the Doers or Makers as

Re: Using Github pull requests with MakeMaker

2011-04-18 Thread Andreas J. Koenig
On Fri, 25 Mar 2011 15:17:27 +1100, Michael G Schwern schw...@pobox.com said: Good? Thoughts? Just a data point. It doesn't work in my firefox, it seems to work in chromium. -- andreas