Thread: 0.28 release date? (was Re: [Module::Build] Recursive builds?)
Status: Beta
Brought to you by:
kwilliams
|
From: Rob K. <rob...@gm...> - 2006-02-14 14:46:22
|
On 2/13/06, Ken Williams <ke...@ma...> wrote: > nice solid way would be a major project. We're scheduling it for the > next big release, i.e. after 0.27_xx becomes 0.28xx. Is there a current plan for the 0.28 release? There are a number of features that I would love to use, but I can't until 0.28 is released ... Thanks, Rob |
|
From: Ken W. <ke...@ma...> - 2006-02-14 18:25:31
|
On Feb 14, 2006, at 8:46 AM, Rob Kinyon wrote: > On 2/13/06, Ken Williams <ke...@ma...> wrote: >> nice solid way would be a major project. We're scheduling it for the >> next big release, i.e. after 0.27_xx becomes 0.28xx. > > Is there a current plan for the 0.28 release? There are a number of > features that I would love to use, but I can't until 0.28 is released > ... The only thing we're waiting for is to fix the CPANPLUS bug in which installation error output doesn't get included in cpan-testers reports. I'm not sure that's really going to happen right away though, because I can't get my tuits together for it. Randy just wrote me a message saying similar, so I think we should just do the 0.28 release now. We can make the version.pm and Build.bat changes right away afterwards, or if we get some patches in the next day or two I can put them in beforehand. -Ken |
|
From: John P. <jpe...@ro...> - 2006-02-14 18:36:56
Attachments:
mbversion.diff
|
Ken Williams wrote:
> Randy just wrote me a message saying similar, so I think we should just
> do the 0.28 release now. We can make the version.pm and Build.bat
> changes right away afterwards, or if we get some patches in the next day
> or two I can put them in beforehand.
I've got a very simple patch (attached) to handle version.pm, but I have
to delve deep to figure out why YAML is spewing warnings during
t/runthrough.t in the
$mb->dispatch('disttest');
code on line 120. I'm sure I can figure that out tonight if I had to.
I was also going to suggesting moving the version range code for
PREREQUISITES get encapsulated in the new Module::Build::version object
code, but that can wait til after 0.28 is out.
John
--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5748
|
|
From: Chris D. <ch...@cl...> - 2006-02-14 18:44:43
|
On Feb 14, 2006, at 12:37 PM, John Peacock wrote: > ... > - is $1, $mb->VERSION, "Check version used to create META.yml: $1 > == " . $mb->VERSION; > + ok $1 == $mb->VERSION, "Check version used to create META.yml: > $1 == " . $mb->VERSION; John, et al. Please consider making that cmp_ok $1, '==', $mb->VERSION, "Check version used to create META.yml: $1 == " . $mb->VERSION; which makes for more readable failure cases. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/) |
|
From: John P. <jpe...@ro...> - 2006-02-14 18:56:14
|
Chris Dolan wrote: > John, et al. > > Please consider making that > cmp_ok $1, '==', $mb->VERSION, "Check version used to create META.yml: > $1 == " . $mb->VERSION; > which makes for more readable failure cases. Noted (and changed in my private branch). Sorry, I was going for minimal change and not thinking about readability. John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748 |
|
From: demerphq <dem...@gm...> - 2006-02-15 10:30:00
|
On 2/14/06, Ken Williams <ke...@ma...> wrote: > > On Feb 14, 2006, at 8:46 AM, Rob Kinyon wrote: > > > On 2/13/06, Ken Williams <ke...@ma...> wrote: > >> nice solid way would be a major project. We're scheduling it for the > >> next big release, i.e. after 0.27_xx becomes 0.28xx. > > > > Is there a current plan for the 0.28 release? There are a number of > > features that I would love to use, but I can't until 0.28 is released > > ... > > The only thing we're waiting for is to fix the CPANPLUS bug in which > installation error output doesn't get included in cpan-testers reports. > I'm not sure that's really going to happen right away though, because > I can't get my tuits together for it. > > Randy just wrote me a message saying similar, so I think we should just > do the 0.28 release now. We can make the version.pm and Build.bat > changes right away afterwards, or if we get some patches in the next > day or two I can put them in beforehand. I though i did provide a patch for the Build.bat issue. Yves -- perl -Mre=3Ddebug -e "/just|another|perl|hacker/" |
|
From: Ken W. <ke...@ma...> - 2006-02-16 15:34:39
|
On Feb 15, 2006, at 4:29 AM, demerphq wrote: > On 2/14/06, Ken Williams <ke...@ma...> wrote: >> Randy just wrote me a message saying similar, so I think we should >> just >> do the 0.28 release now. We can make the version.pm and Build.bat >> changes right away afterwards, or if we get some patches in the next >> day or two I can put them in beforehand. > > I though i did provide a patch for the Build.bat issue. Yes, it's been applied now but I'll need some help making sure it's correct because I couldn't apply it cleanly. Once we confirm that and get version.pm stuff working (so that core isn't broken) and get some testing reports back (which probably means another beta) we can release 0.28. But no other features besides those. -Ken |
|
From: demerphq <dem...@gm...> - 2006-02-16 21:46:31
|
On 2/16/06, Ken Williams <ke...@ma...> wrote: > > On Feb 15, 2006, at 4:29 AM, demerphq wrote: > > > On 2/14/06, Ken Williams <ke...@ma...> wrote: > >> Randy just wrote me a message saying similar, so I think we should > >> just > >> do the 0.28 release now. We can make the version.pm and Build.bat > >> changes right away afterwards, or if we get some patches in the next > >> day or two I can put them in beforehand. > > > > I though i did provide a patch for the Build.bat issue. > > Yes, it's been applied now but I'll need some help making sure it's > correct because I couldn't apply it cleanly. Once we confirm that and > get version.pm stuff working (so that core isn't broken) and get some > testing reports back (which probably means another beta) we can release > 0.28. But no other features besides those. Id be happy to test what you did and/or to put a new patch together against a more recent version if you would prefer that.=20 (unfortunately im on holiday for a week starting saturday so if you want a new patch it would probably have to wait.) Yves -- perl -Mre=3Ddebug -e "/just|another|perl|hacker/" |
|
From: Ken W. <ke...@ma...> - 2006-02-16 21:51:32
|
On Feb 16, 2006, at 3:46 PM, demerphq wrote: > > Id be happy to test what you did and/or to put a new patch together > against a more recent version if you would prefer that. Thanks. I did apply it, can you see whether CVS behaves as you expect? Ideally we'd also get some regression tests, but I'm not sure really what to be testing so I can't really write them myself. -Ken |
|
From: demerphq <dem...@gm...> - 2006-02-16 22:32:44
|
On 2/16/06, Ken Williams <ke...@ma...> wrote: > > On Feb 16, 2006, at 3:46 PM, demerphq wrote: > > > > > Id be happy to test what you did and/or to put a new patch together > > against a more recent version if you would prefer that. > > Thanks. I did apply it, can you see whether CVS behaves as you expect? > Ideally we'd also get some regression tests, but I'm not sure really > what to be testing so I can't really write them myself. Cvs access is not er, convenient. :-) Can i have a tar.gz to do build and install? Or can put it on CPAN? The latest i see is 167801 2006-02-02 KWILLIAMS/Module-Build-0.27_07.tar.gz yves -- perl -Mre=3Ddebug -e "/just|another|perl|hacker/" |
|
From: Ken W. <ke...@ma...> - 2006-02-16 22:38:52
|
On Feb 16, 2006, at 4:32 PM, demerphq wrote: > On 2/16/06, Ken Williams <ke...@ma...> wrote: >> >> On Feb 16, 2006, at 3:46 PM, demerphq wrote: >> >>> >>> Id be happy to test what you did and/or to put a new patch together >>> against a more recent version if you would prefer that. >> >> Thanks. I did apply it, can you see whether CVS behaves as you >> expect? >> Ideally we'd also get some regression tests, but I'm not sure really >> what to be testing so I can't really write them myself. > > Cvs access is not er, convenient. :-) > > Can i have a tar.gz to do build and install? I'll send a tarball under separate cover. -Ken |
|
From: demerphq <dem...@gm...> - 2006-02-16 23:31:07
Attachments:
Module-Build-0.27_07.patch
|
On 2/16/06, Ken Williams <ke...@ma...> wrote:
>
> On Feb 16, 2006, at 3:46 PM, demerphq wrote:
>
> >
> > Id be happy to test what you did and/or to put a new patch together
> > against a more recent version if you would prefer that.
>
> Thanks. I did apply it, can you see whether CVS behaves as you expect?
> Ideally we'd also get some regression tests, but I'm not sure really
> what to be testing so I can't really write them myself.
It seems fine. Output below. I think the attached patch should be
applied as it might break existing frameworks where the batch files
are called directly. I was overenethusiastic there, sorry. I have no
idea what to do about the final warning message. Its harmless so
probably should just be documented as a win32 quirk somewhere. As for
regression tests, isn't this already existing and tested behaviour
pretty well?
yves
D:\dev\cpan\Module-Build-0.27_07>perl Build.PL
Checking whether your kit is complete...
Looks good
Checking prerequisites...
* Optional prerequisite Module::Signature is not installed
* Optional prerequisite Pod::Readme is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versio=
ns
of the modules indicated above before proceeding with this installation
Checking features:
manpage_support....enabled
YAML_support.......enabled
C_support..........enabled
HTML_support.......enabled
Creating new 'Build' script for 'Module-Build' version '0.27_07'
D:\ASPerl\811\bin\perl.exe D:\ASPerl\811\bin\pl2bat.bat < Build > Build.cmd
D:\dev\cpan\Module-Build-0.27_07>build
lib\Module\Build\Platform\Default.pm ->
blib\lib\Module\Build\Platform\Default.pm
lib\Module\Build\Platform\EBCDIC.pm -> blib\lib\Module\Build\Platform\EBCDI=
C.pm
lib\Module\Build\Cookbook.pm -> blib\lib\Module\Build\Cookbook.pm
lib\Module\Build\Notes.pm -> blib\lib\Module\Build\Notes.pm
lib\Module\Build\Platform\MacOS.pm -> blib\lib\Module\Build\Platform\MacOS.=
pm
lib\Module\Build\Platform\cygwin.pm -> blib\lib\Module\Build\Platform\cygwi=
n.pm
lib\Module\Build\Platform\Amiga.pm -> blib\lib\Module\Build\Platform\Amiga.=
pm
lib\Module\Build\Platform\VMS.pm -> blib\lib\Module\Build\Platform\VMS.pm
lib\Module\Build.pm -> blib\lib\Module\Build.pm
lib\Module\Build\Platform\MPEiX.pm -> blib\lib\Module\Build\Platform\MPEiX.=
pm
lib\Module\Build\Platform\os2.pm -> blib\lib\Module\Build\Platform\os2.pm
lib\Module\Build\Platform\aix.pm -> blib\lib\Module\Build\Platform\aix.pm
lib\Module\Build\Base.pm -> blib\lib\Module\Build\Base.pm
lib\Module\Build\Compat.pm -> blib\lib\Module\Build\Compat.pm
lib\Module\Build\Platform\VOS.pm -> blib\lib\Module\Build\Platform\VOS.pm
lib\Module\Build\Platform\darwin.pm -> blib\lib\Module\Build\Platform\darwi=
n.pm
lib\Module\Build\Platform\Unix.pm -> blib\lib\Module\Build\Platform\Unix.pm
lib\Module\Build\PPMMaker.pm -> blib\lib\Module\Build\PPMMaker.pm
lib\Module\Build\ModuleInfo.pm -> blib\lib\Module\Build\ModuleInfo.pm
lib\Module\Build\PodParser.pm -> blib\lib\Module\Build\PodParser.pm
lib\Module\Build\Platform\Windows.pm ->
blib\lib\Module\Build\Platform\Windows.pm
lib\Module\Build\Platform\RiscOS.pm -> blib\lib\Module\Build\Platform\RiscO=
S.pm
lib\Module\Build\Authoring.pod -> blib\lib\Module\Build\Authoring.pod
scripts\config_data -> blib\script\config_data
D:\ASPerl\811\bin\perl.exe D:\ASPerl\811\bin\pl2bat.bat <
blib\script\config_data > blib\script\config_data.cmd
Writing config notes to blib\lib\Module\Build\ConfigData.pm
HTMLifying blib\script\config_data.cmd -> blib\binhtml\bin\config_data.cmd.=
html
HTMLifying blib\script\config_data -> blib\binhtml\bin\config_data.html
HTMLifying blib\lib\Module\Build\Platform\os2.pm ->
blib\libhtml\site\lib\Module\Build\Platform\os2.html
HTMLifying blib\lib\Module\Build\ModuleInfo.pm ->
blib\libhtml\site\lib\Module\Build\ModuleInfo.html
HTMLifying blib\lib\Module\Build\ConfigData.pm ->
blib\libhtml\site\lib\Module\Build\ConfigData.html
HTMLifying blib\lib\Module\Build\Platform\aix.pm ->
blib\libhtml\site\lib\Module\Build\Platform\aix.html
HTMLifying blib\lib\Module\Build\Platform\darwin.pm ->
blib\libhtml\site\lib\Module\Build\Platform\darwin.html
HTMLifying blib\lib\Module\Build\Notes.pm ->
blib\libhtml\site\lib\Module\Build\Notes.html
HTMLifying blib\lib\Module\Build\Platform\cygwin.pm ->
blib\libhtml\site\lib\Module\Build\Platform\cygwin.html
HTMLifying blib\lib\Module\Build\Platform\MPEiX.pm ->
blib\libhtml\site\lib\Module\Build\Platform\MPEiX.html
HTMLifying blib\lib\Module\Build\PPMMaker.pm ->
blib\libhtml\site\lib\Module\Build\PPMMaker.html
HTMLifying blib\lib\Module\Build.pm -> blib\libhtml\site\lib\Module\Build.h=
tml
HTMLifying blib\lib\Module\Build\Platform\Amiga.pm ->
blib\libhtml\site\lib\Module\Build\Platform\Amiga.html
HTMLifying blib\lib\Module\Build\Platform\Unix.pm ->
blib\libhtml\site\lib\Module\Build\Platform\Unix.html
HTMLifying blib\lib\Module\Build\Platform\VMS.pm ->
blib\libhtml\site\lib\Module\Build\Platform\VMS.html
HTMLifying blib\lib\Module\Build\Compat.pm ->
blib\libhtml\site\lib\Module\Build\Compat.html
HTMLifying blib\lib\Module\Build\Platform\RiscOS.pm ->
blib\libhtml\site\lib\Module\Build\Platform\RiscOS.html
HTMLifying blib\lib\Module\Build\Base.pm ->
blib\libhtml\site\lib\Module\Build\Base.html
HTMLifying blib\lib\Module\Build\Platform\EBCDIC.pm ->
blib\libhtml\site\lib\Module\Build\Platform\EBCDIC.html
HTMLifying blib\lib\Module\Build\Authoring.pod ->
blib\libhtml\site\lib\Module\Build\Authoring.html
HTMLifying blib\lib\Module\Build\Platform\VOS.pm ->
blib\libhtml\site\lib\Module\Build\Platform\VOS.html
HTMLifying blib\lib\Module\Build\Platform\MacOS.pm ->
blib\libhtml\site\lib\Module\Build\Platform\MacOS.html
HTMLifying blib\lib\Module\Build\Platform\Windows.pm ->
blib\libhtml\site\lib\Module\Build\Platform\Windows.html
HTMLifying blib\lib\Module\Build\Cookbook.pm ->
blib\libhtml\site\lib\Module\Build\Cookbook.html
HTMLifying blib\lib\Module\Build\Platform\Default.pm ->
blib\libhtml\site\lib\Module\Build\Platform\Default.html
D:\dev\cpan\Module-Build-0.27_07>build test
t\basic...........ok
t\compat..........ok
t\destinations....ok
8/92 skipped: various reasons
t\ext.............ok
t\extend..........ok
t\files...........ok
t\install.........ok
t\manifypods......ok
t\metadata........ok
t\metadata2.......ok
t\moduleinfo......ok
t\notes...........ok
t\parents.........ok
t\pod_parser......ok
t\ppm.............ok
t\runthrough......ok
t\signature.......skipped
all skipped: $ENV{TEST_SIGNATURE} is not set
t\tilde...........ok
t\versions........ok
t\xs..............ok
1/22 skipped: skipping a Unixish-only tests
All tests successful, 1 test and 9 subtests skipped.
Files=3D20, Tests=3D660, 69 wallclock secs ( 0.00 cusr + 0.00 csys =3D 0.=
00 CPU)
D:\dev\cpan\Module-Build-0.27_07>build install
Installing D:\ASPerl\811\html\bin\config_data.cmd.html
Skipping D:\ASPerl\811\html\bin\config_data.html (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Authoring.pod (unchanged)
Installing D:\ASPerl\811\site\lib\Module\Build\Base.pm
Skipping D:\ASPerl\811\site\lib\Module\Build\Compat.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\ConfigData.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Cookbook.pm (unchanged)
Installing D:\ASPerl\811\site\lib\Module\Build\ModuleInfo.pm
Skipping D:\ASPerl\811\site\lib\Module\Build\Notes.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\PodParser.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\PPMMaker.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\aix.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\Amiga.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\cygwin.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\darwin.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\Default.pm (unchanged=
)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\EBCDIC.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\MacOS.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\MPEiX.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\os2.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\RiscOS.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\Unix.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\VMS.pm (unchanged)
Skipping D:\ASPerl\811\site\lib\Module\Build\Platform\VOS.pm (unchanged)
Installing D:\ASPerl\811\site\lib\Module\Build\Platform\Windows.pm
Skipping D:\ASPerl\811\html\site\lib\Module\Build.html (unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Authoring.html (unchanged=
)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Base.html (unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Compat.html (unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\ConfigData.html (unchange=
d)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Cookbook.html (unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\ModuleInfo.html (unchange=
d)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Notes.html (unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\PPMMaker.html (unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\aix.html (unchan=
ged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\Amiga.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\cygwin.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\darwin.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\Default.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\EBCDIC.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\MacOS.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\MPEiX.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\os2.html (unchan=
ged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\RiscOS.html
(unchanged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\Unix.html (uncha=
nged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\VMS.html (unchan=
ged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\VOS.html (unchan=
ged)
Skipping D:\ASPerl\811\html\site\lib\Module\Build\Platform\Windows.html
(unchanged)
Skipping D:\ASPerl\811\bin\config_data (unchanged)
Installing D:\ASPerl\811\bin\config_data.cmd
Writing D:\ASPerl\811\site\lib\auto\Module\Build\.packlist
D:\dev\cpan\Module-Build-0.27_07>build clean
Deleting Build.cmd
Deleting pod2htmd.tmp
Deleting pod2htmi.tmp
Deleting blib
The batch file cannot be found.
D:\dev\cpan\Module-Build-0.27_07>
--
perl -Mre=3Ddebug -e "/just|another|perl|hacker/"
|
|
From: demerphq <dem...@gm...> - 2006-02-16 23:24:26
|
On 2/17/06, demerphq <dem...@gm...> wrote:
> On 2/16/06, Ken Williams <ke...@ma...> wrote:
> >
> > On Feb 16, 2006, at 3:46 PM, demerphq wrote:
> >
> > >
> > > Id be happy to test what you did and/or to put a new patch together
> > > against a more recent version if you would prefer that.
> >
> > Thanks. I did apply it, can you see whether CVS behaves as you expect?
> > Ideally we'd also get some regression tests, but I'm not sure really
> > what to be testing so I can't really write them myself.
>
> It seems fine. Output below. I think the attached patch should be
> applied as it might break existing frameworks where the batch files
> are called directly. I was overenethusiastic there, sorry. I have no
> idea what to do about the final warning message. Its harmless so
> probably should just be documented as a win32 quirk somewhere. As for
> regression tests, isn't this already existing and tested behaviour
> pretty well?
And heres the latest pathtools as installed with the EU::Install patch
I sent out a while back.
Yves
cpan> install KWILLIAMS/PathTools-3.16.tar.gz
Running make for K/KW/KWILLIAMS/PathTools-3.16.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /dev/MIRROR/MINICPAN/authors/id/K/KW/KWILLIAMS/PathTools-3.16.=
tar.gz
ok
PathTools-3.16/
PathTools-3.16/Build.PL
PathTools-3.16/Changes
PathTools-3.16/Cwd.pm
PathTools-3.16/Cwd.xs
PathTools-3.16/INSTALL
PathTools-3.16/lib/
PathTools-3.16/lib/File/
PathTools-3.16/lib/File/Spec/
PathTools-3.16/lib/File/Spec/Cygwin.pm
PathTools-3.16/lib/File/Spec/Epoc.pm
PathTools-3.16/lib/File/Spec/Functions.pm
PathTools-3.16/lib/File/Spec/Mac.pm
PathTools-3.16/lib/File/Spec/OS2.pm
PathTools-3.16/lib/File/Spec/Unix.pm
PathTools-3.16/lib/File/Spec/VMS.pm
PathTools-3.16/lib/File/Spec/Win32.pm
PathTools-3.16/lib/File/Spec.pm
PathTools-3.16/Makefile.PL
PathTools-3.16/MANIFEST
PathTools-3.16/META.yml
PathTools-3.16/ppport.h
PathTools-3.16/SIGNATURE
PathTools-3.16/t/
PathTools-3.16/t/crossplatform.t
PathTools-3.16/t/cwd.t
PathTools-3.16/t/Functions.t
PathTools-3.16/t/lib/
PathTools-3.16/t/lib/Test/
PathTools-3.16/t/lib/Test/Builder.pm
PathTools-3.16/t/lib/Test/More.pm
PathTools-3.16/t/lib/Test/Simple.pm
PathTools-3.16/t/lib/Test/Tutorial.pod
PathTools-3.16/t/rel2abs2rel.t
PathTools-3.16/t/Spec.t
PathTools-3.16/t/taint.t
PathTools-3.16/t/tmpdir.t
PathTools-3.16/t/win32.t
CPAN.pm: Going to build K/KW/KWILLIAMS/PathTools-3.16.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Cwd
Microsoft (R) Program Maintenance Utility Version 7.00.9955
Copyright (C) Microsoft Corporation. All rights reserved.
cp lib/File/Spec/Mac.pm blib\lib\File\Spec\Mac.pm
cp lib/File/Spec/OS2.pm blib\lib\File\Spec\OS2.pm
cp lib/File/Spec/VMS.pm blib\lib\File\Spec\VMS.pm
cp lib/File/Spec/Cygwin.pm blib\lib\File\Spec\Cygwin.pm
cp lib/File/Spec/Epoc.pm blib\lib\File\Spec\Epoc.pm
cp lib/File/Spec/Functions.pm blib\lib\File\Spec\Functions.pm
cp lib/File/Spec.pm blib\lib\File\Spec.pm
cp Cwd.pm blib\lib\Cwd.pm
cp lib/File/Spec/Unix.pm blib\lib\File\Spec\Unix.pm
cp lib/File/Spec/Win32.pm blib\lib\File\Spec\Win32.pm
D:\ASPerl\811\bin\perl.exe D:\ASPerl\811\lib\ExtUtils\xsubpp=20
-typemap D:\ASPerl\811\lib\ExtUtils\typemap Cwd.x
s > Cwd.xsc && D:\ASPerl\811\bin\perl.exe -MExtUtils::Command -e mv
Cwd.xsc Cwd.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32
-D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -D
PERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=3D\"3.16\"
-DXS_VERSION=3D\"3.16\" "-ID:\ASPerl\811\lib\CORE" Cwd.c
Cwd.c
Running Mkbootstrap for Cwd ()
D:\ASPerl\811\bin\perl.exe -MExtUtils::Command -e chmod 644 Cwd.bs
D:\ASPerl\811\bin\perl.exe -MExtUtils::Mksymlists -e
"Mksymlists('NAME'=3D>\"Cwd\", 'DLBASE' =3D> 'Cwd', 'DL_FUNCS'
=3D> { }, 'FUNCLIST' =3D> [], 'IMPORTS' =3D> { }, 'DL_VARS' =3D> []);"
link -out:blib\arch\auto\Cwd\Cwd.dll -dll -nologo
-nodefaultlib -debug -opt:ref,icf -libpath:"D:\ASPerl\811\lib
\CORE" -machine:x86 Cwd.obj D:\ASPerl\811\lib\CORE\perl58.lib
oldnames.lib kernel32.lib user32.lib gdi32.lib winspool
.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib=20
netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib
version.lib odbc32.lib odbccp32.lib msvcrt.lib -def:Cwd.def
Creating library blib\arch\auto\Cwd\Cwd.lib and object
blib\arch\auto\Cwd\Cwd.exp
D:\ASPerl\811\bin\perl.exe -MExtUtils::Command -e chmod 755
blib\arch\auto\Cwd\Cwd.dll
D:\ASPerl\811\bin\perl.exe -MExtUtils::Command -e cp Cwd.bs
blib\arch\auto\Cwd\Cwd.bs
D:\ASPerl\811\bin\perl.exe -MExtUtils::Command -e chmod 644
blib\arch\auto\Cwd\Cwd.bs
C:\dotNet\Vc7\bin\nmake.EXE -- OK
Running make test
Microsoft (R) Program Maintenance Utility Version 7.00.9955
Copyright (C) Microsoft Corporation. All rights reserved.
D:\ASPerl\811\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/crossplatform....ok
7/50 skipped: Can't load File::Spec::VMS
t/cwd..............ok
2/30 skipped: no symlinks on this platform
t/Functions........ok
t/rel2abs2rel......ok
t/Spec.............ok
83/474 skipped: various reasons
t/taint............ok
t/tmpdir...........ok
t/win32............ok
All tests successful, 92 subtests skipped.
Files=3D8, Tests=3D584, 1 wallclock secs ( 0.00 cusr + 0.00 csys =3D 0.0=
0 CPU)
C:\dotNet\Vc7\bin\nmake.EXE test -- OK
Running make install
Microsoft (R) Program Maintenance Utility Version 7.00.9955
Copyright (C) Microsoft Corporation. All rights reserved.
Full installation will not be complete until next reboot.
However it is not necessary to reboot immediately.
Can't remove existing 'D:\ASPerl\811\lib\auto\Cwd\Cwd.dll': Permission deni=
ed
However it has been renamed as
'D:\ASPerl\811\lib\auto\Cwd\Cwd.dll.AAA' which will be removed at next
boot.
Installing D:\ASPerl\811\lib\auto\Cwd\Cwd.dll
Installing D:\ASPerl\811\lib\auto\Cwd\Cwd.exp
Installing D:\ASPerl\811\lib\auto\Cwd\Cwd.lib
Installing D:\ASPerl\811\lib\auto\Cwd\Cwd.pdb
Files found in blib\arch: installing files in blib\lib into
architecture dependent library tree
Installing D:\ASPerl\811\lib\Cwd.pm
Installing D:\ASPerl\811\lib\File\Spec.pm
Installing D:\ASPerl\811\lib\File\Spec\Cygwin.pm
Installing D:\ASPerl\811\lib\File\Spec\Unix.pm
Installing D:\ASPerl\811\lib\File\Spec\VMS.pm
Installing D:\ASPerl\811\lib\File\Spec\Win32.pm
Writing D:\ASPerl\811\lib\auto\Cwd\.packlist
Appending installation info to D:\ASPerl\811\lib/perllocal.pod
C:\dotNet\Vc7\bin\nmake.EXE install UNINST=3D1 -- OK
cpan>
--
perl -Mre=3Ddebug -e "/just|another|perl|hacker/"
|
|
From: Ron S. <ro...@sa...> - 2006-02-16 23:42:59
|
On Fri, 17 Feb 2006 00:20:10 +0100, demerphq wrote: Hi > are called directly. I was overenethusiastic there, sorry. I have > no idea what to do about the final warning message. Its harmless so > probably should just be documented as a win32 quirk somewhere. As See below. > D:\dev\cpan\Module-Build-0.27_07>build clean > Deleting Build.cmd > Deleting pod2htmd.tmp > Deleting pod2htmi.tmp > Deleting blib > The batch file cannot be found. I'm pretty sure you're getting this because you're deleting the batch file= which is currently running. Hopefully the delete of the batch file is the last= command in the file, in which case it /is/ harmless. -- Cheers Ron Savage, ro...@sa... on 17/02/2006 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company |
|
From: demerphq <dem...@gm...> - 2006-02-17 00:06:27
|
On 2/17/06, Ron Savage <ro...@sa...> wrote: > On Fri, 17 Feb 2006 00:20:10 +0100, demerphq wrote: > > Hi > > > are called directly. I was overenethusiastic there, sorry. I have > > no idea what to do about the final warning message. Its harmless so > > probably should just be documented as a win32 quirk somewhere. As > > See below. > > > D:\dev\cpan\Module-Build-0.27_07>build clean > > Deleting Build.cmd > > Deleting pod2htmd.tmp > > Deleting pod2htmi.tmp > > Deleting blib > > The batch file cannot be found. > > I'm pretty sure you're getting this because you're deleting the batch fil= e which > is currently running. Hopefully the delete of the batch file is the last = command > in the file, in which case it /is/ harmless. Its a pl2bat-ed file, so its definately harmless, but it could be avoided with a bit of tickery im sure. -- perl -Mre=3Ddebug -e "/just|another|perl|hacker/" |
|
From: Ken W. <ke...@ma...> - 2006-02-17 03:12:03
|
On Feb 16, 2006, at 5:20 PM, demerphq wrote: > On 2/16/06, Ken Williams <ke...@ma...> wrote: >> >> On Feb 16, 2006, at 3:46 PM, demerphq wrote: >> >>> >>> Id be happy to test what you did and/or to put a new patch together >>> against a more recent version if you would prefer that. >> >> Thanks. I did apply it, can you see whether CVS behaves as you >> expect? >> Ideally we'd also get some regression tests, but I'm not sure really >> what to be testing so I can't really write them myself. > > It seems fine. Output below. I think the attached patch should be > applied as it might break existing frameworks where the batch files > are called directly. Yup, agreed and applied. -Ken |
|
From: Rob K. <rob...@gm...> - 2006-02-15 19:00:50
|
On 2/14/06, Ken Williams <ke...@ma...> wrote: > > On Feb 14, 2006, at 8:46 AM, Rob Kinyon wrote: > > > On 2/13/06, Ken Williams <ke...@ma...> wrote: > >> nice solid way would be a major project. We're scheduling it for the > >> next big release, i.e. after 0.27_xx becomes 0.28xx. > > > > Is there a current plan for the 0.28 release? There are a number of > > features that I would love to use, but I can't until 0.28 is released > > ... > > The only thing we're waiting for is to fix the CPANPLUS bug in which > installation error output doesn't get included in cpan-testers reports. > I'm not sure that's really going to happen right away though, because > I can't get my tuits together for it. I may just be echoing commonly-held sentiment, but if 0.28 is being held up because there's a bug in CPANPLUS, that's annoying. Neither I nor anyone I know even uses CPANPLUS. I just want to start writing "use Module::Build 0.28;" at the top of my Build.PL's and be done with it. :-) Rob |
|
From: Chris D. <ch...@cl...> - 2006-02-15 20:12:42
|
On Feb 15, 2006, at 1:00 PM, Rob Kinyon wrote: > I may just be echoing commonly-held sentiment, but if 0.28 is being > held up because there's a bug in CPANPLUS, that's annoying. Neither I > nor anyone I know even uses CPANPLUS. Neither I nor anyone I know even uses Solaris. Nonetheless, I would not recommend shipping 0.28 if it were broken under Solaris (hypothetically speaking). Just another CPANPLUS user, Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/) |
|
From: demerphq <dem...@gm...> - 2006-02-15 20:17:56
|
On 2/15/06, Chris Dolan <ch...@cl...> wrote: > On Feb 15, 2006, at 1:00 PM, Rob Kinyon wrote: > > > I may just be echoing commonly-held sentiment, but if 0.28 is being > > held up because there's a bug in CPANPLUS, that's annoying. Neither I > > nor anyone I know even uses CPANPLUS. > > Neither I nor anyone I know even uses Solaris. Nonetheless, I would > not recommend shipping 0.28 if it were broken under Solaris > (hypothetically speaking). > > Just another CPANPLUS user, So then why dont you help the MB folks sort out this problem? Yves -- perl -Mre=3Ddebug -e "/just|another|perl|hacker/" |
|
From: Chris D. <ch...@cl...> - 2006-02-15 20:30:12
|
On Feb 15, 2006, at 2:17 PM, demerphq wrote: > On 2/15/06, Chris Dolan <ch...@cl...> wrote: >> On Feb 15, 2006, at 1:00 PM, Rob Kinyon wrote: >> >>> I may just be echoing commonly-held sentiment, but if 0.28 is being >>> held up because there's a bug in CPANPLUS, that's annoying. >>> Neither I >>> nor anyone I know even uses CPANPLUS. >> >> Neither I nor anyone I know even uses Solaris. Nonetheless, I would >> not recommend shipping 0.28 if it were broken under Solaris >> (hypothetically speaking). >> >> Just another CPANPLUS user, > > So then why dont you help the MB folks sort out this problem? > > Yves The key word is "user". I've contributed bug fixes to both M::B and CP+ in the past, but I simply don't understand the M::B <-> CP+ interaction well enough to fix it myself. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/) |
|
From: Ken W. <ke...@ma...> - 2006-02-16 16:01:58
|
On Feb 15, 2006, at 2:30 PM, Chris Dolan wrote: > On Feb 15, 2006, at 2:17 PM, demerphq wrote: > >> On 2/15/06, Chris Dolan <ch...@cl...> wrote: >>> On Feb 15, 2006, at 1:00 PM, Rob Kinyon wrote: >>> >>>> I may just be echoing commonly-held sentiment, but if 0.28 is being >>>> held up because there's a bug in CPANPLUS, that's annoying. Neither >>>> I >>>> nor anyone I know even uses CPANPLUS. >>> >>> Neither I nor anyone I know even uses Solaris. Nonetheless, I would >>> not recommend shipping 0.28 if it were broken under Solaris >>> (hypothetically speaking). >>> >>> Just another CPANPLUS user, >> >> So then why dont you help the MB folks sort out this problem? >> >> Yves > > The key word is "user". I've contributed bug fixes to both M::B and > CP+ in the past, but I simply don't understand the M::B <-> CP+ > interaction well enough to fix it myself. I think it's been decided that we're not going to fix this for 0.28 then. Of course, there's surely a CPANLUS equivalent of Yves out there somewhere who's going to say "M::B has its priorities wrong because they STILL don't support CPANPLUS!" But this project has made my skin a bit thicker than it used to be, so those people can wait patiently or impatiently; the squeaky wheel will get the grease, CPANPLUS hasn't had any squeaky wheel people for a while now. -Ken |
|
From: Chris D. <ch...@cl...> - 2006-02-16 17:18:52
|
On Feb 16, 2006, at 10:01 AM, Ken Williams wrote: > I think it's been decided that we're not going to fix this for 0.28 > then. > > Of course, there's surely a CPANLUS equivalent of Yves out there > somewhere who's going to say "M::B has its priorities wrong because > they STILL don't support CPANPLUS!" But this project has made my > skin a bit thicker than it used to be, so those people can wait > patiently or impatiently; the squeaky wheel will get the grease, > CPANPLUS hasn't had any squeaky wheel people for a while now. Fair enough. I'm happy as long as the decision isn't just because "nobody we know uses CP+". I also haven't seen any MB<-->CP+ breakage myself in a long time. Thanks Ken. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/) |
|
From: Ken W. <ke...@ma...> - 2006-02-16 17:28:05
|
On Feb 16, 2006, at 11:18 AM, Chris Dolan wrote: > On Feb 16, 2006, at 10:01 AM, Ken Williams wrote: > >> I think it's been decided that we're not going to fix this for 0.28 >> then. >> >> Of course, there's surely a CPANLUS equivalent of Yves out there >> somewhere who's going to say "M::B has its priorities wrong because >> they STILL don't support CPANPLUS!" But this project has made my >> skin a bit thicker than it used to be, so those people can wait >> patiently or impatiently; the squeaky wheel will get the grease, >> CPANPLUS hasn't had any squeaky wheel people for a while now. > > Fair enough. I'm happy as long as the decision isn't just because > "nobody we know uses CP+". I also haven't seen any MB<-->CP+ breakage > myself in a long time. That's good. The specific bug I know (knew?) about was that cpan-testers error reports don't include any diagnostic output when they're generated by CPANPLUS using a Build.PL - so I guess either it's fixed, or your modules never generate errors. =) -Ken |
|
From: Chris D. <ch...@cl...> - 2006-02-16 17:35:19
|
On Feb 16, 2006, at 11:27 AM, Ken Williams wrote: > That's good. The specific bug I know (knew?) about was that cpan- > testers error reports don't include any diagnostic output when > they're generated by CPANPLUS using a Build.PL - so I guess either > it's fixed, or your modules never generate errors. =) /me takes a bow :-) Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/) |
|
From: David W. <da...@ki...> - 2006-02-16 17:38:47
|
On Feb 16, 2006, at 09:27, Ken Williams wrote: > That's good. The specific bug I know (knew?) about was that cpan- > testers error reports don't include any diagnostic output when > they're generated by CPANPLUS using a Build.PL - so I guess either > it's fixed, or your modules never generate errors. =) Someone told me about this bug after cpanp sent them a failure report from my Mac. But what "diagnostic" information is missing, exactly? Maybe there are some links to what it looks like and what it should look like in the cpan-testers archives? Best, David |