perl.cpan.workers http://www.nntp.perl.org/group/perl.cpan.workers/ ... Copyright 1998-2008 perl.org Mon, 06 Oct 2008 22:55:02 +0000 ask@perl.org Re: cpan commandline script by brian d foy In article &lt;alpine.DEB.1.10.0810021540200.9874@dev16-0.iconmobile.de&gt;,<br/>Tina Mueller &lt;post@tinita.de&gt; wrote:<br/><br/><br/>&gt; sorry for the late answer, but I wasn&#39;t sure if I already could test it<br/>&gt; and then I was busy at work.<br/>&gt; Forgive me my question, but how to I checkout the source? I have never<br/>&gt; worked with git, not to mention branches in git. I have some problems on<br/>&gt; my debian box at work to install git also, I&#39;ll try it later at home.<br/><br/>If all else fails, you&#39;ll just have to wait for me to put a dev release<br/>on CPAN.<br/><br/>The kludgey way is to go to github and download the files.<br/><br/>http://github.com/briandfoy/cpan-script/tree/master<br/><br/>With git, once you have it installed, to get the sources:<br/><br/> $ git clone git://github.com/briandfoy/cpan-script.git<br/><br/>Then you have the directory and you can just play with the files<br/>inside. To update that when I do new stuff:<br/><br/> $ git pull<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/10/msg123.html Thu, 02 Oct 2008 18:39:41 +0000 Re: cpan commandline script by Tina Mueller Hi Brian,<br/><br/>On Fri, 19 Sep 2008, brian d foy wrote:<br/><br/>&gt; This is basically what the new -j switch to cpan does, although it<br/>&gt; doesn&#39;t try to figure out if the configuration you load is valid yet.<br/>&gt;<br/>&gt; In the git repo (http://github.com/briandfoy/cpan-script/tree/app) I&#39;m<br/>&gt; currently working in the app branch because I&#39;m moving it to the<br/>&gt; App::Cpan set-up and I&#39;m working on the test suite. The script mostly<br/>&gt; works as far as I can tell because I&#39;ve been using it even while it is<br/>&gt; in development.<br/>&gt;<br/>&gt; Try this (after make, etc) in the dev dir:<br/>&gt;<br/>&gt; # dump the current config<br/>&gt; $ perl -Mblib script/cpan -J &gt; MyConf.pm<br/>[...]<br/><br/>sorry for the late answer, but I wasn&#39;t sure if I already could test it<br/>and then I was busy at work.<br/>Forgive me my question, but how to I checkout the source? I have never<br/>worked with git, not to mention branches in git. I have some problems on<br/>my debian box at work to install git also, I&#39;ll try it later at home.<br/><br/>regards,<br/>tina<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/10/msg122.html Thu, 02 Oct 2008 14:06:54 +0000 Re: [RFC] Dealing with World-writable Files in the Archive of CPAN Distributions by andreas.koenig.7os6VVqR &gt;&gt;&gt;&gt;&gt; On Tue, 23 Sep 2008 11:40:09 +0200, &quot;Jos I. Boumans&quot; &lt;kane@cpan.org&gt; said:<br/><br/> &gt;&gt; And so I have implemented it now. If it breaks too much in too short<br/> &gt;&gt; time, we could probably revert it, but first I&#39;d like to see how bad<br/> &gt;&gt; we really do.<br/><br/> &gt; I agree to this (first) solution; this will give us a good idea about<br/> &gt; the<br/> &gt; scope of the problem.<br/><br/>I have watched the indexer for a week now. The scope is more than two<br/>uploads per day. These uploads got an email about world writable files<br/>or directories. I looked up their CPAN directories right now and based<br/>on the findings I have added the third column.<br/><br/>23-Sep SEMUELF/Data-ParseBinary-0.07.tar.gz fixed<br/>26-Sep GFUJI/warnings-unused-0.02.tar.gz not fixed<br/>26-Sep STEFFENW/DBD-PO-0.10.tar.gz not fixed<br/>26-Sep STEFFENW/Bundle-DBD-PO-0.10.tar.gz not fixed<br/>26-Sep AJDIXON/daemonise-1.0.tar.gz not fixed<br/>26-Sep RPHANEY/openStatisticalServices-0.015.tar.gz fixed<br/>26-Sep RPHANEY/openStatisticalServices-0.018.tar.gz fixed<br/>27-Sep COSIMO/Imager-SkinDetector-0.01.tar.gz fixed<br/>27-Sep FAYLAND/Pod-From-GoogleWiki-0.06.tar.gz fixed<br/>28-Sep DANNY/Rose-DBx-Object-Renderer-0.34.tar.gz not fixed<br/>28-Sep MTHURN/WWW-Search-Ebay-2.244.tar.gz fixed<br/>28-Sep JSTROM/Tk-TextVi-0.014.tar.gz not fixed<br/>28-Sep JSTROM/Tk-TextVi-0.0141.tar.gz not fixed<br/>29-Sep MATTN/Net-Kotonoha-0.07.tar.gz fixed<br/>29-Sep MTHURN/WWW-Search-Ebay-Europe-2.002.tar.gz fixed<br/>29-Sep ANGERSTEI/Net-Ping-Network-1.57.tar.gz not fixed<br/>29-Sep RPHANEY/openStatisticalServices-0.019.tar.gz fixed<br/><br/>Congratulations to all authors who managed to fix their distros.<br/>I *you* are among them, please spread the word how you did it.<br/><br/>I expect that the third column is already wrong when you read this.<br/><br/>Good night,<br/>-- <br/>andreas<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/10/msg121.html Thu, 02 Oct 2008 14:06:46 +0000 Re: [RFC] Dealing with World-writable Files in the Archive of CPAN Distributions by David Golden [Copying Andreas, Jos, Schwern and the Module::Build list]<br/><br/>Well, I&#39;m not sure that escalating to Securiteam at this point was<br/>necessary given the low overall risk of the threat, but let&#39;s set that<br/>aside and find some agreement on closing the hole. Here are my<br/>thoughts on some of the problems/options:<br/><br/>Problem 1: race condition between unarchiving and execution if<br/>Makefile.PL or Build.PL is world writable (ditto test files as well)<br/><br/>(a) Have CPAN and CPANPLUS refuse to run &#39;perl *.PL&#39; if the PL in<br/>question is world writable.<br/><br/>(b) Have CPAN and CPANPLUS not preserve mode permissions even for<br/>root; that&#39;s &quot;--no-same-permissions&quot;) for tar or $Archive::Tar::CHMOD<br/>= 0 for Archive::Tar. I presume there&#39;s a comparable thing for zip<br/>archives. That leaves it up to the users umask setting.<br/><br/>(c) Both<br/><br/>(d) Something else<br/><br/>(e) Ignore it<br/><br/>Personally, I lean towards (b) as that seems relatively sane and<br/>minimally disruptive.<br/><br/>For (a), I worry about edge cases for operating systems that don&#39;t<br/>have unixish permissions. E.g. on Win32, an administrative always has<br/>write-permission, even on files set to be read-only. A less<br/>aggressive option than (a) is just to issue warnings about<br/>world-writable files.<br/><br/>For completeness, there&#39;s a possible problem 2: An insecure umask can<br/>lead to world-writable files, including not only the unarchived files,<br/>but also Makefile (or Build) and some files in blib [1]:<br/><br/>(a) Ignore this -- insecure umask isn&#39;t Perl&#39;s problem to worry about<br/><br/>(b) Set an appropriate umask before generating Makefile, Build or<br/>copying things to blib.<br/><br/>For this one, I lean towards (a).<br/><br/>-- David<br/><br/>[1] EU::MM and M::B have a race condition when then copy files to blib<br/>before calling chmod. Also, shebang fixes seem to undo the chmod and<br/>leave script files with the default permissions from the umask<br/><br/><br/>On Mon, Sep 22, 2008 at 1:37 PM, Shlomi Fish &lt;shlomif@iglu.org.il&gt; wrote:<br/>&gt; Hi all.<br/>&gt;<br/>&gt; Note to &quot;Securiteam&quot;: there&#39;s a link to the possible security problem report<br/>&gt; at the bottom.<br/>&gt;<br/>&gt; On Monday 22 September 2008, chromatic wrote:<br/>&gt;&gt; On Monday 22 September 2008 08:41:31 Michael G Schwern wrote:<br/>&gt;&gt; &gt; Shlomi Fish wrote:<br/>&gt;&gt; &gt; &gt; Let&#39;s suppose Makefile.PL is world-writable. While the distro is being<br/>&gt;&gt; &gt; &gt; unpacked, a malicious user writes something like:<br/>&gt;&gt; &gt; &gt;<br/>&gt;&gt; &gt; &gt; {{{<br/>&gt;&gt; &gt; &gt; system(&#39;rm -fr $HOME&#39;);<br/>&gt;&gt; &gt; &gt; }}}<br/>&gt;&gt; &gt; &gt;<br/>&gt;&gt; &gt; &gt; to it, and after you come to the &quot;perl Makefile.PL&quot; stage - you lose<br/>&gt;&gt; &gt; &gt; your home-directory. ;-)<br/>&gt;&gt; &gt;<br/>&gt;&gt; &gt; Run that by me again how the Makefile.PL being world-writable has any<br/>&gt;&gt; &gt; effect on that? If a Makefile.PL does an &quot;rm -rf $HOME&quot; and you run it,<br/>&gt;&gt; &gt; it doesn&#39;t matter what permission flags are on the file. Your home<br/>&gt;&gt; &gt; directory is gone.<br/>&gt;&gt;<br/>&gt;&gt; There&#39;s a race condition attack between the time the CPAN client *writes*<br/>&gt;&gt; the world-writeable file and the time the CPAN client *executes* the<br/>&gt;&gt; world-writeable file. During that time, anyone on the system can write<br/>&gt;&gt; anything to the file, replacing its legitimate and safe contents with<br/>&gt;&gt; malicious contents.<br/>&gt;&gt;<br/>&gt;&gt; That&#39;s completely orthogonal to the problem of the Build.PL/Makefile.PL<br/>&gt;&gt; containing malicious code.<br/>&gt;&gt;<br/>&gt;<br/>&gt; Right. I decided that it was a major problem with how CPANPLUS handles such<br/>&gt; situations (regardless to whether we are smoking or just installing) and<br/>&gt; reported it here:<br/>&gt;<br/>&gt; http://rt.cpan.org/Ticket/Display.html?id=39516<br/>&gt;<br/>&gt; Please don&#39;t keep it more public than it is already until there&#39;s a good fix.<br/>&gt;<br/>&gt; Regards,<br/>&gt;<br/>&gt; Shlomi Fish<br/>&gt;<br/>&gt; -----------------------------------------------------------------<br/>&gt; Shlomi Fish http://www.shlomifish.org/<br/>&gt; My Aphorisms - http://www.shlomifish.org/humour.html<br/>&gt;<br/>&gt; Shlomi, so what are you working on? Working on a new wiki about unit testing<br/>&gt; fortunes in freecell? -- Ran Eilam<br/>&gt;<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/09/msg120.html Mon, 22 Sep 2008 13:00:52 +0000 Re: cpan commandline script by brian d foy On Thu, Sep 18, 2008 at 3:50 PM, Tina M&uuml;ller &lt;post@tinita.de&gt; wrote:<br/>&gt; Hi Brian,<br/>&gt;<br/>&gt; On Wed, 17 Sep 2008, brian d foy wrote:<br/>&gt;<br/>&gt;&gt; Also, since you want the feature, you have to be a tester. :)<br/>&gt;<br/>&gt; of course =)<br/><br/>I&#39;m moving this over to cpan-workers@perl.org so anyone can read the<br/>thread and it shows up in google, etc.<br/><br/>&gt; Andreas showed me today how to convince CPAN::Shell to use a different<br/>&gt; directory. You call<br/>&gt; perl -I ~/.mycpan -MCPAN/MyConfig.pm -MCPAN -e shell<br/>&gt; (after creating an almost empty ~/.mycpan/CPAN/MyConfig.pm).<br/><br/>This is basically what the new -j switch to cpan does, although it<br/>doesn&#39;t try to figure out if the configuration you load is valid yet.<br/><br/>In the git repo (http://github.com/briandfoy/cpan-script/tree/app) I&#39;m<br/>currently working in the app branch because I&#39;m moving it to the<br/>App::Cpan set-up and I&#39;m working on the test suite. The script mostly<br/>works as far as I can tell because I&#39;ve been using it even while it is<br/>in development.<br/><br/>Try this (after make, etc) in the dev dir:<br/><br/># dump the current config<br/>$ perl -Mblib script/cpan -J &gt; MyConf.pm<br/><br/># change then load the current config<br/># it should dump you into the shell, or you can give it some other command<br/>$ perl -Mblib script/cpan -j MyConf.pm<br/><br/># load and dump, to see if it all worked.<br/>$ perl -Mblib script/cpan -j MyConf.pm -J<br/><br/>-- <br/>brian d foy &lt;brian.d.foy@gmail.com&gt;<br/>http://www.pair.com/~comdog/<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/09/msg119.html Fri, 19 Sep 2008 21:06:26 +0000 Re: cpan commandline script by brian d foy <br/>To bring everyone up to speed, someone asked me to modify the cpan<br/>script so it would load a one-time use configuration file. <br/><br/>That&#39;s a bit difficult to do inside CPAN.pm because the module is<br/>hard-coded to look for CPAN/MyConfig.pm in @INC (and it shoves ~/.cpan<br/>in there for you).<br/><br/>The use case looks like:<br/><br/>prompt$ cpan -j MyConfig.pl .....<br/><br/>&lt;braindump reason=&quot;history&quot;&gt;<br/>Inside MyConfig.pl, you do something that populates $CPAN::Config when<br/>it loads. It&#39;s possible to do that not when it loads, but the easiest<br/>thing is to just take a file in the right format. $CPAN::Config is a<br/>global variable, and that&#39;s just the way it is, so I&#39;m leaving all of<br/>that complexity in whatever MyConfig.pl is.<br/><br/>Now comes the tricky part. CPAN.pm has several entry points, and they<br/>first check that the config was loaded before they do their thing.<br/>CPAN::HandleConfig-&gt;load (formerly CPAN::Config-&gt;load) checks that<br/>$CPAN_loaded is true. If it&#39;s not, it calls require_myconfig_or_config,<br/>which looks in %INC for $INC{&#39;CPAN/MyConfig.pm&#39;}.<br/>&lt;/braindump&gt;<br/><br/>Now, if I want to load configs, I might as well dump them too. So I<br/>added the -J switch:<br/><br/> prompt$ cpan -j MyConfig.pl .....<br/><br/>So, I&#39;ve hacked those bits into the latest cpan, which is not on<br/>github. Right now it&#39;s in the dump_config branch:<br/><br/>http://github.com/briandfoy/cpan-script/tree/dump_config<br/><br/>I&#39;ve not tested it to see if everything else works.<br/><br/>The next step is to add a -oconf switch, or something like that, so I<br/>can do things like replacing only some values:<br/><br/>prompt$ cpan -oconf makepl_arg=foo<br/><br/>That requires a lot more work on the innards though because the script<br/>isn&#39;t set up to do fancy argument processing. No idea how I&#39;m going to<br/>do that just yet.<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/09/msg118.html Fri, 19 Sep 2008 21:06:22 +0000 Re: cpan commandline script by David Golden On Wed, Sep 17, 2008 at 4:24 PM, brian d foy &lt;bdfoy@cpan.org&gt; wrote:<br/>&gt; David Golden is one of the CPAN.pm maintainers, so he might be<br/>&gt; interested in this discussion too. David, is there a CPAN.pm<br/>&gt; developers mailing list this should be on?<br/><br/>Sort of. In Oslo, various people said we should reactivate<br/>cpan-workers@perl.org for discussions about how to move the CPAN tools<br/>and ecosystem forward. So I and some other have subscribed but<br/>there&#39;s been not much traffic. But come join! We can start it up.<br/><br/>I like the idea. My personal wishlist for CPAN.pm is to eventually<br/>eliminate all the globals and global file locking so multiple CPAN&#39;s<br/>can run concurrently. Then multiple config files become potentially<br/>even more useful.<br/><br/>-- David<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/09/msg117.html Wed, 17 Sep 2008 13:40:56 +0000 Re: distroprefs suggestion: installer by Hans Dieter Pearcey On Thu, Apr 10, 2008 at 08:49:31AM +0200, Andreas J. Koenig wrote:<br/>&gt; hdp&gt; Changing distroprefs to load additional preferences (or re-match based on<br/>&gt; hdp&gt; additional information including installers) may not be entirely crazy, but it<br/>&gt; hdp&gt; adds a level of complexity I wouldn&#39;t really want to get into unless it was<br/>&gt; hdp&gt; clearly needed.<br/>&gt; <br/>&gt; No, that&#39;s already there! Mostly untested but in place. The major<br/>&gt; obstacle at the moment is that nobody specifies dynamic_config=0 in<br/>&gt; their META.yml and so I cannot use the optional_features that I find<br/>&gt; there.<br/><br/>Hmm, I&#39;ll have to take another look at that; it sounds interesting.<br/><br/>&gt; hdp&gt; Making all installers act the same has a lot of potential benefits (c.f<br/>&gt; hdp&gt; INSTALL_BASE). Something like<br/>&gt; <br/>&gt; hdp&gt; perl Makefile.PL FEATURES=optional_deps=-all (-none Foo::Bar,Baz::Quux)<br/>&gt; <br/>&gt; hdp&gt; perl Build.PL --features optional_deps=-all<br/>&gt; <br/>&gt; except that this syntax is really not pretty. I think something as<br/>&gt; short as --features=:all needs to be chosen. It must be short, easy to<br/>&gt; grasp and the right thing for a majority.<br/><br/>You&#39;re right. &#39;all&#39; and &#39;none&#39; are the most important anyway; while it might be<br/>nice to be able to say &quot;no optional dependencies, all scripts&quot;, that&#39;s clearly<br/>not worth optimizing for at this point.<br/><br/>(-all vs. :all I don&#39;t care about -- the leading dash was just the first thing<br/>that came to mind as &quot;something that does not look like a module or script&quot;.)<br/><br/>I didn&#39;t realize (before) that EUMM and M::B would silently ignore --features<br/>or FEATURES= if they didn&#39;t recognize the argument. That makes things much<br/>easier to deal with -- I had assumed they&#39;d cause installation to abort. Oops.<br/><br/>I am not incredibly worried about the syntax, and I agree that the<br/>optional_deps= thing I suggested above is not very pretty. It could be useful<br/>to provide a standard way to communicate things like &quot;should I run tests that<br/>use a network connection&quot; or &quot;should I install an XS version of this module&quot;;<br/>these aren&#39;t necessarily the right thing to put into &#39;features&#39;, but are they<br/>worth trying to solve in a similar way? Right now, everyone does their own<br/>thing, as evidenced by the large number of expect and eexpect sections in<br/>cpanpm/distroprefs.<br/><br/>hdp.<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/04/msg116.html Thu, 10 Apr 2008 11:46:33 +0000 Re: test by David Golden roger<br/><br/>On Thu, Apr 10, 2008 at 7:34 AM, Hans Dieter Pearcey &lt;hdp@pobox.com&gt; wrote:<br/>&gt; hellooooo<br/>&gt;<br/>&gt; hdp.<br/>&gt;<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/04/msg115.html Thu, 10 Apr 2008 04:45:08 +0000 test by Hans Dieter Pearcey hellooooo<br/><br/>hdp.<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2008/04/msg114.html Thu, 10 Apr 2008 04:34:43 +0000 Re: FAIL Class-DBI-0.96 MSWin32-x86-multi-thread 5.1 by Robert Rothenberg <br/>But it&#39;s not in the CPAN index, so CPANPLUS thinks it&#39;s not on CPAN. A <br/>&#39;grep UUIID 02packages.details.txt&#39; produces:<br/><br/>APR::UUID 0.009 G/GO/GOZER/mod_perl-2.0.0.tar.gz<br/>CGI::Session::ID::UUID 0.02 R/RS/RSE/CGI-Session-ID-UUID-0.02.tar.gz<br/>Class::DBI::UUID 1.01 C/CW/CWEST/Class-DBI-UUID-1.01.tar.gz<br/>Data::UUID 0.11 A/AG/AGOLOMSH/Data-UUID-0.11.tar.gz<br/>DCE::UUID 1.01 P/PH/PHENSON/DCE-Perl-0.21.tar.gz<br/>SPOPS::Key::UUID 3.04 C/CW/CWINTERS/SPOPS-0.87.tar.gz<br/>Tie::DataUUID 1.00 M/MA/MARKF/Tie-DataUUID-1.00.tar.gz<br/>Workflow::Persister::UUID 1.02 C/CW/CWINTERS/Workflow-0.15.tar.gz<br/><br/><br/><br/>On 07/06/2005 13:37 Christopher H. Laco wrote:<br/>&gt;&gt;&gt; [MSG] [Tue Jun 7 11:07:16 2005] Writing Makefile for Handel<br/>&gt;&gt;&gt; Warning: prerequisite Class::DBI 0.96 not found.<br/>&gt;&gt;&gt; Warning: prerequisite Error 0.14 not found.<br/>&gt;&gt;&gt; Warning: prerequisite UUID 0.02 not found.<br/>&gt;&gt;&gt;<br/>&gt;&gt;&gt; [MSG] [Tue Jun 7 11:07:16 2005] Module &#39;Handel&#39; requires <br/>&gt;&gt;&gt; &#39;Class::DBI&#39; version &#39;0.96&#39; to be installed [MSG] [Tue Jun 7 <br/>&gt;&gt;&gt; 11:07:16 2005] Module &#39;Handel&#39; requires &#39;Error&#39; version &#39;0.14&#39; to be <br/>&gt;&gt;&gt; installed [ERROR] [Tue Jun 7 11:07:16 2005] No such module &#39;UUID&#39; <br/>&gt;&gt;&gt; found on CPAN<br/>&gt; <br/>&gt; <br/>&gt; <br/>&gt; This has me curious. UUID 0.02 is on CPAN, and has been there since Apr <br/>&gt; 15, 2001. Something is amiss.<br/>&gt; <br/>&gt; -=Chris<br/>&gt; <br/> http://www.nntp.perl.org/group/perl.cpan.workers/2005/06/msg113.html Tue, 07 Jun 2005 13:16:21 +0000 PASS Logger-Simple-1.06 - MSWin32-x86-multi-thread by Thomas Stanley Summary of my perl5 (revision 5 version 8 subversion 0) configuration:<br/> Platform:<br/> osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread<br/> uname=&#39;&#39;<br/> config_args=&#39;undef&#39;<br/> hint=recommended, useposix=true, d_sigaction=undef<br/> usethreads=undef use5005threads=undef useithreads=define<br/>usemultiplicity=define<br/> useperlio=define d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> usemymalloc=n, bincompat5005=undef<br/> Compiler:<br/> cc=&#39;cl&#39;, ccflags =&#39;-nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32<br/>-D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT<br/>-DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX&#39;,<br/> optimize=&#39;-MD -Zi -DNDEBUG -O1&#39;,<br/> cppflags=&#39;-DWIN32&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234<br/> d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;__int64&#39;,<br/>lseeksize=8<br/> alignbytes=8, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;link&#39;, ldflags =&#39;-nologo -nodefaultlib -debug -opt:ref,icf<br/>-libpath:&quot;D:\Perl\lib\CORE&quot; -machine:x86&#39;<br/> libpth=&quot;D:\Perl\lib\CORE&quot;<br/> libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib<br/>comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib<br/>uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib<br/>msvcrt.lib<br/> perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib<br/>comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib<br/>uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib<br/>msvcrt.lib<br/> libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib<br/> gnulibc_version=&#39;undef&#39;<br/> Dynamic Linking:<br/> dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=&#39; &#39;<br/> cccdlflags=&#39; &#39;, lddlflags=&#39;-dll -nologo -nodefaultlib -debug<br/>-opt:ref,icf -libpath:&quot;D:\Perl\lib\CORE&quot; -machine:x86&#39;<br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/12/msg112.html Tue, 30 Dec 2003 15:32:02 +0000 Re: Modules Per Author histogram by Ask Bjoern Hansen On Fri, 8 Aug 2003, Michael G Schwern wrote:<br/><br/>Neat statistic, although not all that useful. :-) Although it is<br/>interesting that so many CPAN accounts goes unused.<br/><br/>&gt; *) Somebody needs to stop Miyagawa before he kills again.<br/><br/>The crazy thing is that it seems like most of his modules are<br/>useful, interesting, clever or several of those things at once.<br/>http://search.cpan.org/~Miyagawa/<br/><br/><br/> - ask<br/><br/>-- <br/>http://www.askbjoernhansen.com/ - http://develooper.com/<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/08/msg111.html Sat, 09 Aug 2003 00:35:46 +0000 Modules Per Author histogram by Michael G Schwern From the department of vaguely useful statistics, a histogram showing<br/>how many authors have published how many modules.<br/>http://www.pobox.com/~schwern/tmp/mod_per_author.txt<br/><br/>and the sloppy program to generate it<br/>http://www.pobox.com/~schwern/tmp/mods_per_author.plx<br/><br/>Where &quot;module&quot; == the latest version of the distribution (ie. tarball).<br/>And &quot;author&quot; == CPANID. Information was gotten from 02packages.index and<br/>01mailto.<br/><br/>What does this tell us?<br/><br/>*) Number of modules published vs number of authors is logarithmic.<br/>*) A large minority of CPAN ids go unused.<br/>*) Of those that publish, a majority of CPAN authors publish only one module.<br/>*) Very few people publish more than 10 modules.<br/>*) Somebody needs to stop Miyagawa before he kills again.<br/><br/><br/>-- <br/>Michael G Schwern schwern@pobox.com http://www.pobox.com/~schwern/<br/>Sometimes you eat the path, sometimes the path eats you.<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/08/msg110.html Sat, 09 Aug 2003 00:31:57 +0000 Re: search.cpan.org? by Elaine -HFB- Ashton Ask Bjoern Hansen [ask@perl.org] quoth:<br/>*&gt;On 28 Mar 2003, Peter Scott wrote:<br/>*&gt;<br/>*&gt;The box had gone $%#$ and Ben who is the only one with physical<br/>*&gt;access (it&#39;s in St. Louis) had gone missing.<br/><br/>Actually, it appears that it was a victim of a syn flood DoS or a monster<br/>crawler that managed to fill /tmp which then managed to hose one of the<br/>filesystems keeping it from rebooting without manual intervention. I have<br/>a strong suspicion that it is the result of the very unpatriotic blog<br/>entry I wrote since it sits on the same box and I may need to move it if<br/>people are going to pull that kind of crap.<br/><br/>I&#39;ve been meaning to get those other two 200Rs up and going for a bit of<br/>redundancy but all this moving and renovation and learning finnish has<br/>kept me more busy than expected...but, I&#39;ll shoot for sometime next week.<br/><br/>As ever, many many thanks go to Ben for hosting the box and rescuing it :)<br/><br/>e.<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/03/msg109.html Sat, 29 Mar 2003 04:00:28 +0000 Re: search.cpan.org? by Ask Bjoern Hansen On 28 Mar 2003, Peter Scott wrote:<br/><br/>The box had gone $%#$ and Ben who is the only one with physical<br/>access (it&#39;s in St. Louis) had gone missing.<br/><br/>He just reappeared and search is running again.<br/><br/> - ask<br/><br/><br/>&gt; What&#39;s up with search.cpan.org? I&#39;ve been trying from a couple of widely<br/>&gt; separated points on the net to get to it today with no joy. Others reporting<br/>&gt; the same thing. The last few lines of traceroute are the same in each case:<br/>&gt;<br/>&gt; traceroute to search.cpan.org (198.246.0.28), 30 hops max, 38 byte packets<br/>&gt; [...]<br/>&gt; 12 gbr4-p20.cgcil.ip.att.net (12.122.2.53) 1635.209 ms 1658.336 ms 67.077 ms<br/>&gt; 13 tbr2-p012301.sl9mo.ip.att.net (12.122.10.46) 72.766 ms 72.680 ms 72.455 ms<br/>&gt; 14 gbr1-p40.sl9mo.ip.att.net (12.122.11.114) 70.741 ms 75.609 ms 71.770 ms<br/>&gt; 15 gar1-p360.sl9mo.ip.att.net (12.123.24.209) 72.019 ms 70.019 ms 71.824 ms<br/>&gt; 16 12.125.75.114 (12.125.75.114) 72.775 ms !X 73.310 ms !X *<br/>&gt;<br/>&gt; --<br/>&gt; Peter Scott<br/>&gt;<br/><br/>-- <br/>http://www.askbjoernhansen.com/ - http://develooper.com/<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/03/msg108.html Fri, 28 Mar 2003 16:21:50 +0000 Re: search.cpan.org? by Christopher Hicks On 28 Mar 2003, Peter Scott wrote:<br/>&gt; What&#39;s up with search.cpan.org? I&#39;ve been trying from a couple of<br/>&gt; widely separated points on the net to get to it today with no joy. <br/>&gt; Others reporting the same thing. The last few lines of traceroute are<br/>&gt; the same in each case:<br/>&gt; <br/>&gt; traceroute to search.cpan.org (198.246.0.28), 30 hops max, 38 byte packets<br/>&gt; [...]<br/>&gt; 12 gbr4-p20.cgcil.ip.att.net (12.122.2.53) 1635.209 ms 1658.336 ms 67.077 ms<br/>&gt; 13 tbr2-p012301.sl9mo.ip.att.net (12.122.10.46) 72.766 ms 72.680 ms 72.455 ms<br/>&gt; 14 gbr1-p40.sl9mo.ip.att.net (12.122.11.114) 70.741 ms 75.609 ms 71.770 ms<br/>&gt; 15 gar1-p360.sl9mo.ip.att.net (12.123.24.209) 72.019 ms 70.019 ms 71.824 ms<br/>&gt; 16 12.125.75.114 (12.125.75.114) 72.775 ms !X 73.310 ms !X *<br/><br/>It seems to be in the process of coming back.<br/><br/>-- <br/>&lt;/chris&gt;<br/><br/>The death of democracy is not likely to be an assassination from ambush. It<br/>will be a slow extinction from apathy, indifference, and undernourishment.<br/>-Robert Maynard Hutchins, educator (1899-1977)<br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/03/msg107.html Fri, 28 Mar 2003 13:26:03 +0000 search.cpan.org? by peter What&#39;s up with search.cpan.org? I&#39;ve been trying from a couple of widely<br/>separated points on the net to get to it today with no joy. Others reporting<br/>the same thing. The last few lines of traceroute are the same in each case:<br/><br/>traceroute to search.cpan.org (198.246.0.28), 30 hops max, 38 byte packets<br/>[...]<br/>12 gbr4-p20.cgcil.ip.att.net (12.122.2.53) 1635.209 ms 1658.336 ms 67.077 ms<br/>13 tbr2-p012301.sl9mo.ip.att.net (12.122.10.46) 72.766 ms 72.680 ms 72.455 ms<br/>14 gbr1-p40.sl9mo.ip.att.net (12.122.11.114) 70.741 ms 75.609 ms 71.770 ms<br/>15 gar1-p360.sl9mo.ip.att.net (12.123.24.209) 72.019 ms 70.019 ms 71.824 ms<br/>16 12.125.75.114 (12.125.75.114) 72.775 ms !X 73.310 ms !X *<br/><br/>-- <br/>Peter Scott<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/03/msg106.html Fri, 28 Mar 2003 12:28:35 +0000 Re: cpan frozen again? by Jarkko Hietaniemi On Sat, Mar 08, 2003 at 08:40:02AM -0800, Randal L. Schwartz wrote:<br/>&gt; <br/>&gt; I couldn&#39;t connect to funet.fi last night, and I&#39;ve gotten no updates<br/>&gt; on www.cpan.org in the past 12 hours. Something broken?<br/><br/>Apparently their gigabit ethernet cards had hiccups. Now they switched<br/>over to their old 100Mbit cards.<br/><br/>&gt; -- <br/>&gt; Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095<br/>&gt; &lt;merlyn@stonehenge.com&gt; &lt;URL:http://www.stonehenge.com/merlyn/&gt;<br/>&gt; Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.<br/>&gt; See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!<br/><br/>-- <br/>Jarkko Hietaniemi &lt;jhi@iki.fi&gt; http://www.iki.fi/jhi/ &quot;There is this special<br/>biologist word we use for &#39;stable&#39;. It is &#39;dead&#39;.&quot; -- Jack Cohen<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/03/msg105.html Mon, 10 Mar 2003 12:56:50 +0000 cpan frozen again? by merlyn <br/>I couldn&#39;t connect to funet.fi last night, and I&#39;ve gotten no updates<br/>on www.cpan.org in the past 12 hours. Something broken?<br/><br/>-- <br/>Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095<br/>&lt;merlyn@stonehenge.com&gt; &lt;URL:http://www.stonehenge.com/merlyn/&gt;<br/>Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.<br/>See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2003/03/msg104.html Sat, 08 Mar 2003 08:40:08 +0000 makepmdist 1.02 by Sean M. Burke I&#39;ve now made a public release of makepmdist, the program that I mentioned <br/>here about two months ago.<br/>http://www.cpan.org/authors/id/S/SB/SBURKE/makepmdist_1.02.pl<br/><br/>One idea (which Mark Jason Dominus gave me) that I&#39;m thinking of <br/>implementing in the next version is a way to tell makepmdist &quot;Don&#39;t <br/>consider the lack of documentation to be a fatal error&quot;, and/or &quot;Just run <br/>the tests for this module&quot;. I didn&#39;t think there&#39;d be a call for either <br/>option, because I was thinking just in terms of bundling up completed <br/>modules. But MJD pointed out that such options might be useful as you&#39;re <br/>developing the module.<br/><br/>--<br/>Sean M. Burke http://www.spinn.net/~sburke/<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2002/04/msg103.html Fri, 12 Apr 2002 04:16:32 +0000 Re: makepmdist by Jarkko Hietaniemi On Sun, Feb 17, 2002 at 05:12:55PM -0500, Michael G Schwern wrote:<br/>&gt; On Sun, Feb 17, 2002 at 12:07:44AM -0600, Elaine -HFB- Ashton wrote:<br/>&gt; &gt; mkdir requires a mode argument<br/>&gt; <br/>&gt; The mode argument is optional. Defaults to 0777 (mod your umask).<br/><br/>The optionality is a relatively recent addition (5.6.0 and later),<br/>so if we want backward compatibility, we should supply it.<br/><br/>(Besides, I think the default is silly and a security risk, it assumes<br/>that your umask is set up okay, but that is another story.)<br/><br/>-- <br/>$jhi++; # http://www.iki.fi/jhi/<br/> # There is this special biologist word we use for &#39;stable&#39;.<br/> # It is &#39;dead&#39;. -- Jack Cohen<br/><br/>--bajehlplihfghhdlfmgd--<br/>ReSent-Date: Fri, 1 Mar 2002 20:18:17 -0800 (PST)<br/>ReSent-From: Ask Bjoern Hansen &lt;ask@perl.org&gt;<br/>ReSent-To: &lt;cpan-workers@perl.org&gt;<br/>ReSent-Subject: Re: makepmdist<br/>ReSent-Message-ID: &lt;20020301201817.S38173@onion.valueclick.com&gt;<br/><br/>On Sun, Feb 17, 2002 at 05:12:55PM -0500, Michael G Schwern wrote:<br/>&gt; On Sun, Feb 17, 2002 at 12:07:44AM -0600, Elaine -HFB- Ashton wrote:<br/>&gt; &gt; mkdir requires a mode argument<br/>&gt; <br/>&gt; The mode argument is optional. Defaults to 0777 (mod your umask).<br/><br/>The optionality is a relatively recent addition (5.6.0 and later),<br/>so if we want backward compatibility, we should supply it.<br/><br/>(Besides, I think the default is silly and a security risk, it assumes<br/>that your umask is set up okay, but that is another story.)<br/><br/>-- <br/>$jhi++; # http://www.iki.fi/jhi/<br/> # There is this special biologist word we use for &#39;stable&#39;.<br/> # It is &#39;dead&#39;. -- Jack Cohen<br/><br/>--bajehlplihfghhdlfmgd--<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2002/03/msg102.html Fri, 01 Mar 2002 20:18:22 +0000 Re: makepmdist by merlyn &gt;&gt;&gt;&gt;&gt; &quot;Michael&quot; == Michael G Schwern &lt;schwern@pobox.com&gt; writes:<br/><br/>Michael&gt; On Sun, Feb 17, 2002 at 12:07:44AM -0600, Elaine -HFB- Ashton wrote:<br/>&gt;&gt; mkdir requires a mode argument<br/><br/>Michael&gt; The mode argument is optional. Defaults to 0777 (mod your umask).<br/><br/>Only in recent Perls. 5.5.3 is not recent enough, for example.<br/><br/>-- <br/>Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095<br/>&lt;merlyn@stonehenge.com&gt; &lt;URL:http://www.stonehenge.com/merlyn/&gt;<br/>Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.<br/>See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg101.html Mon, 18 Feb 2002 01:14:27 +0000 Re: makepmdist by Michael G Schwern On Sun, Feb 17, 2002 at 12:07:44AM -0600, Elaine -HFB- Ashton wrote:<br/>&gt; mkdir requires a mode argument<br/><br/>The mode argument is optional. Defaults to 0777 (mod your umask).<br/><br/><br/>-- <br/><br/>Michael G. Schwern &lt;schwern@pobox.com&gt; http://www.pobox.com/~schwern/<br/>Perl Quality Assurance &lt;perl-qa@perl.org&gt; Kwalitee Is Job One<br/>The desired effect is what you get when you improve your interplanetary <br/>funksmanship.<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg100.html Sun, 17 Feb 2002 14:13:13 +0000 Re: makepmdist by Elaine -HFB- Ashton Sean M. Burke [sburke@cpan.org] quoth:<br/>*&gt;I&#39;ve written a program called makepmdist (which I&#39;m planning to put in<br/>*&gt;CPAN, once I get a bit of feedback on it) that simplifies the task of<br/>*&gt;making a dist of a single module. It&#39;s not meant to handle every kind of<br/>*&gt;module in CPAN. It&#39;s just meant to the common case of a pure-Perl modules<br/>*&gt;that is the only module in its dist. (For example, that describes about<br/>*&gt;half of the dists in my CPAN directory.)<br/><br/>mkdir requires a mode argument and I get the error<br/> Can&#39;t find &quot;package Foo;&quot; line in &lt;module&gt;.pm<br/>even though the package is defined at the top of the module but if I<br/>add an empty line at the top of the module it works.<br/><br/>Also, if the version string is undef it should barf and refuse to wrok<br/>until they include a version, but that&#39;s just the version tsar in me :)<br/><br/>Looks nice and I especially like the newline stripping :)<br/><br/>You should maybe send this to cpan-testers and see if they like it and if<br/>you can get a win32 guinea pig.<br/><br/>e.<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg99.html Sat, 16 Feb 2002 22:07:57 +0000 makepmdist by Sean M. Burke I&#39;ve written a program called makepmdist (which I&#39;m planning to put in<br/>CPAN, once I get a bit of feedback on it) that simplifies the task of<br/>making a dist of a single module. It&#39;s not meant to handle every kind of<br/>module in CPAN. It&#39;s just meant to the common case of a pure-Perl modules<br/>that is the only module in its dist. (For example, that describes about<br/>half of the dists in my CPAN directory.)<br/><br/>Basically, you say &quot;makepmdist Foo.pm&quot; and it does some very minimal<br/>sanity-checking on Foo.pm, then makes a temp directory in which it copies<br/>Foo.pm, makes a Makefile.PL, a README, a MANIFEST, and a t/test.t. Details<br/>of the contents of the Makefile.PL and the t/test.t are controlled by<br/>optional =for blocks in the Foo.pm file. (It also does some nice things<br/>like make sure that the Foo.pm that gets disted is in Unix newline format<br/>and has a $VERSION; and it warns about any ridiculously long lines in the<br/>file.) Then it makes test, dist, clean, moves the resulting .tar.gz up and<br/>out, and kills the temp dir -- unless there was a fatal error along the<br/>way, at which point it would just abort and let you ponder the temp dir&#39;s<br/>contents.<br/><br/>I wrote this someone at YAPC about two years ago said it&#39;d be nice if<br/>disting a module were a one-step process; and I liked that idea. Well, it<br/>almost is one-step now, if the module is simple enough (i.e., no XS, and is<br/>the only module in the dist), and if you don&#39;t count the part about<br/>actually submitting it to PAUSE, which would bring this to an aching TWO<br/>steps.<br/><br/>I would appreciate if people would look at the program at its temporary<br/>location, at<br/> http://members.spinn.net/~sburke/makepmdist_101.txt<br/>and consider its docs, and test it out if you can, and let me know how it<br/>works for you.<br/><br/>You probably have questions, and they are probably answered in the Pod<br/>that&#39;s at the end of that program file.<br/><br/><br/>--<br/>Sean M. Burke sburke@cpan.org http://www.spinn.net/~sburke/<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg98.html Sat, 16 Feb 2002 20:38:27 +0000 Re: CPAN Multiplexer and Geo::IP by Ask Bjoern Hansen On Sun, 11 Nov 2001, T.J. Mather wrote:<br/><br/>&gt; I think that Geo::IP could be used for the CPAN Multiplexer. Geo::IP<br/>&gt; looks up a country by IP address. While the CPAN multiplexer uses reverse<br/>&gt; DNS entries to look up countries, Geo::IP can be used to look up the<br/>&gt; country even when the reverse DNS doesn&#39;t exist. I could help out with<br/>&gt; updating the CPAN Multiplexer.<br/><br/>Hmn, I don&#39;t think anyone with access to the multiplexer (it&#39;s run<br/>by perl.com) is on this list.<br/><br/><br/> - ask<br/><br/>-- <br/>ask bjoern hansen, http://ask.netcetera.dk/ !try; do();<br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/11/msg97.html Sun, 11 Nov 2001 18:07:43 +0000 CPAN Multiplexer and Geo::IP by T.J. Mather I think that Geo::IP could be used for the CPAN Multiplexer. Geo::IP<br/>looks up a country by IP address. While the CPAN multiplexer uses reverse<br/>DNS entries to look up countries, Geo::IP can be used to look up the<br/>country even when the reverse DNS doesn&#39;t exist. I could help out with<br/>updating the CPAN Multiplexer.<br/><br/>-TJ<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/11/msg96.html Sun, 11 Nov 2001 18:06:35 +0000 Re: load balancing? by Ask Bjoern Hansen On Sat, 6 Oct 2001 seph@alum.mit.edu wrote:<br/><br/>&gt; I was complaining to a friend of mine about how slow and flakey the<br/>&gt; cpan site was, and he suggested that it&#39;s because you have a weird<br/>&gt; round robin thing going on that doesn&#39;t take into accound down<br/>&gt; servers, and that none of you have time....<br/><br/>it should take &quot;down servers&quot; into account. Jarkko has a tester,<br/>the nameservers pull a file from Elaine with the current &quot;working<br/>servers&quot; and serve from that.<br/><br/>There are lots of improvements to be made, but it seems to work<br/>alright. The code is at http://sourceforge.net/projects/dinamed/<br/><br/> - ask<br/><br/>&gt; I don&#39;t have a whole lot of time, but I like perl, and could probably<br/>&gt; donate some time. do y&#39;all need help?<br/><br/>-- <br/>ask bjoern hansen, http://ask.netcetera.dk/ !try; do();<br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/10/msg95.html Sat, 06 Oct 2001 13:49:25 +0000 load balancing? by seph I was complaining to a friend of mine about how slow and flakey the<br/>cpan site was, and he suggested that it&#39;s because you have a weird<br/>round robin thing going on that doesn&#39;t take into accound down<br/>servers, and that none of you have time....<br/><br/>I don&#39;t have a whole lot of time, but I like perl, and could probably<br/>donate some time. do y&#39;all need help?<br/><br/>seph<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/10/msg94.html Sat, 06 Oct 2001 13:46:13 +0000 PASS your-0.01.tar.gz powerpc-linux 2.4.5-pre3 by schwern <br/>This distribution has been tested as part of the cpan-testers<br/>effort to test as many new uploads to CPAN as possible. See<br/>http://testers.cpan.org/<br/><br/>Please cc any replies to cpan-testers@perl.org to keep other<br/>test volunteers informed and to prevent any duplicate effort.<br/><br/>Comments: <br/><br/>[ None ]<br/><br/>Test results: <br/><br/>PERL_DL_NONLAZY=1 /usr/local/bin/perl5.6.1 -Iblib/arch -Iblib/lib -I/usr/local/perl5.6.1/lib/5.6.1/ppc-linux-64all -I/usr/local/perl5.6.1/lib/5.6.1 -e &#39;use Test::Harness qw(&amp;runtests $verbose); $verbose=0; runtests @ARGV;&#39; t/*.t<br/>t/your..............ok<br/>All tests successful.<br/>Files=1, Tests=6, 1 wallclock secs ( 0.14 cusr + 0.01 csys = 0.15 CPU)<br/><br/><br/>Perl version: perl5.6.1<br/><br/>Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:<br/> Platform:<br/> osname=linux, osvers=2.4.5-pre3, archname=powerpc-linux<br/> uname=&#39;linux vir 2.4.5-pre3 #1 mon jun 18 15:58:49 est 2001 ppc unknown &#39;<br/> config_args=&#39;-Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=powerpc-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.6.1 -Darchlib=/usr/lib/perl/5.6.1 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.6.1 -Dsitearch=/usr/local/lib/perl/5.6.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Dotherlibdirs=/usr/lib/perl5/5.6:/usr/lib/perl5/5.005 -Duseshrplib -Dlibperl=libperl.so.5.6.1 -Dd_dosuid -des&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef<br/> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;2.95.4 20010604 (Debian prerelease)&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize=8<br/> alignbytes=8, usemymalloc=n, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt<br/> perllibs=-ldl -lm -lc -lcrypt<br/> libc=/lib/libc-2.2.3.so, so=so, useshrplib=true, libperl=libperl.so.5.6.1<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-rdynamic&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg93.html Sun, 23 Sep 2001 16:15:49 +0000 PASS your-0.01.tar.gz powerpc-linux 2.4.5-pre3 by schwern <br/>This distribution has been tested as part of the cpan-testers<br/>effort to test as many new uploads to CPAN as possible. See<br/>http://testers.cpan.org/<br/><br/>Please cc any replies to cpan-testers@perl.org to keep other<br/>test volunteers informed and to prevent any duplicate effort.<br/><br/>Comments: <br/><br/>[ None ]<br/><br/>Test results: <br/><br/>PERL_DL_NONLAZY=1 /usr/local/bin/bleadperl -Iblib/arch -Iblib/lib -e &#39;use Test::Harness qw(&amp;runtests $verbose); $verbose=0; runtests @ARGV;&#39; t/*.t<br/>t/your....ok<br/>All tests successful.<br/>Files=1, Tests=6, 1 wallclock secs ( 0.21 cusr + 0.05 csys = 0.26 CPU)<br/><br/><br/>Perl version: bleadperl<br/><br/>Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:<br/> Platform:<br/> osname=linux, osvers=2.4.5-pre3, archname=powerpc-linux<br/> uname=&#39;linux vir 2.4.5-pre3 #1 mon jun 18 15:58:49 est 2001 ppc unknown &#39;<br/> config_args=&#39;-Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=powerpc-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.6.1 -Darchlib=/usr/lib/perl/5.6.1 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.6.1 -Dsitearch=/usr/local/lib/perl/5.6.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Dotherlibdirs=/usr/lib/perl5/5.6:/usr/lib/perl5/5.005 -Duseshrplib -Dlibperl=libperl.so.5.6.1 -Dd_dosuid -des&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef<br/> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;2.95.4 20010604 (Debian prerelease)&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize=8<br/> alignbytes=8, usemymalloc=n, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt<br/> perllibs=-ldl -lm -lc -lcrypt<br/> libc=/lib/libc-2.2.3.so, so=so, useshrplib=true, libperl=libperl.so.5.6.1<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-rdynamic&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg92.html Sun, 23 Sep 2001 16:15:40 +0000 PASS your-0.01.tar.gz powerpc-linux 2.4.5-pre3 by schwern <br/>This distribution has been tested as part of the cpan-testers<br/>effort to test as many new uploads to CPAN as possible. See<br/>http://testers.cpan.org/<br/><br/>Please cc any replies to cpan-testers@perl.org to keep other<br/>test volunteers informed and to prevent any duplicate effort.<br/><br/>Comments: <br/><br/>[ None ]<br/><br/>Test results: <br/><br/>PERL_DL_NONLAZY=1 /usr/local/bin/perl5.004_05 -I./blib/arch -I./blib/lib -I/usr/local/perl5.004_05/lib/ppc-linux/5.00405 -I/usr/local/perl5.004_05/lib -e &#39;use Test::Harness qw(&amp;runtests $verbose); $verbose=0; runtests @ARGV;&#39; t/*.t<br/>t/your..............ok<br/>All tests successful.<br/>Files=1, Tests=6, 0 wallclock secs ( 0.07 cusr + 0.05 csys = 0.12 CPU)<br/><br/><br/>Perl version: perl5.004_05<br/><br/>Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:<br/> Platform:<br/> osname=linux, osvers=2.4.5-pre3, archname=powerpc-linux<br/> uname=&#39;linux vir 2.4.5-pre3 #1 mon jun 18 15:58:49 est 2001 ppc unknown &#39;<br/> config_args=&#39;-Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=powerpc-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.6.1 -Darchlib=/usr/lib/perl/5.6.1 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.6.1 -Dsitearch=/usr/local/lib/perl/5.6.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Dotherlibdirs=/usr/lib/perl5/5.6:/usr/lib/perl5/5.005 -Duseshrplib -Dlibperl=libperl.so.5.6.1 -Dd_dosuid -des&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef<br/> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;2.95.4 20010604 (Debian prerelease)&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize=8<br/> alignbytes=8, usemymalloc=n, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt<br/> perllibs=-ldl -lm -lc -lcrypt<br/> libc=/lib/libc-2.2.3.so, so=so, useshrplib=true, libperl=libperl.so.5.6.1<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-rdynamic&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg91.html Sun, 23 Sep 2001 16:15:39 +0000 PASS your-0.01.tar.gz powerpc-linux 2.4.5-pre3 by schwern <br/>This distribution has been tested as part of the cpan-testers<br/>effort to test as many new uploads to CPAN as possible. See<br/>http://testers.cpan.org/<br/><br/>Please cc any replies to cpan-testers@perl.org to keep other<br/>test volunteers informed and to prevent any duplicate effort.<br/><br/>Comments: <br/><br/>[ None ]<br/><br/>Test results: <br/><br/>PERL_DL_NONLAZY=1 /usr/local/bin/perl5.004_04 -I./blib/arch -I./blib/lib -I/usr/local/perl5.004_04/lib/ppc-linux/5.00404 -I/usr/local/perl5.004_04/lib -e &#39;use Test::Harness qw(&amp;runtests $verbose); $verbose=0; runtests @ARGV;&#39; t/*.t<br/>t/your..............ok<br/>All tests successful.<br/>Files=1, Tests=6, 0 secs ( 0.09 cusr 0.02 csys = 0.11 cpu)<br/><br/><br/>Perl version: perl5.004_04<br/><br/>Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:<br/> Platform:<br/> osname=linux, osvers=2.4.5-pre3, archname=powerpc-linux<br/> uname=&#39;linux vir 2.4.5-pre3 #1 mon jun 18 15:58:49 est 2001 ppc unknown &#39;<br/> config_args=&#39;-Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=powerpc-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.6.1 -Darchlib=/usr/lib/perl/5.6.1 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.6.1 -Dsitearch=/usr/local/lib/perl/5.6.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Dotherlibdirs=/usr/lib/perl5/5.6:/usr/lib/perl5/5.005 -Duseshrplib -Dlibperl=libperl.so.5.6.1 -Dd_dosuid -des&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef<br/> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;2.95.4 20010604 (Debian prerelease)&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize=8<br/> alignbytes=8, usemymalloc=n, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt<br/> perllibs=-ldl -lm -lc -lcrypt<br/> libc=/lib/libc-2.2.3.so, so=so, useshrplib=true, libperl=libperl.so.5.6.1<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-rdynamic&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg90.html Sun, 23 Sep 2001 16:15:39 +0000 PASS your-0.01.tar.gz powerpc-linux 2.4.5-pre3 by schwern <br/>This distribution has been tested as part of the cpan-testers<br/>effort to test as many new uploads to CPAN as possible. See<br/>http://testers.cpan.org/<br/><br/>Please cc any replies to cpan-testers@perl.org to keep other<br/>test volunteers informed and to prevent any duplicate effort.<br/><br/>Comments: <br/><br/>[ None ]<br/><br/>Test results: <br/><br/>PERL_DL_NONLAZY=1 /usr/local/bin/perl5.005_03 -Iblib/arch -Iblib/lib -I/usr/local/perl5.005_03/lib/5.00503/ppc-linux -I/usr/local/perl5.005_03/lib/5.00503 -e &#39;use Test::Harness qw(&amp;runtests $verbose); $verbose=0; runtests @ARGV;&#39; t/*.t<br/>t/your..............ok<br/>All tests successful.<br/>Files=1, Tests=6, 0 wallclock secs ( 0.08 cusr + 0.03 csys = 0.11 CPU)<br/><br/><br/>Perl version: perl5.005_03<br/><br/>Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:<br/> Platform:<br/> osname=linux, osvers=2.4.5-pre3, archname=powerpc-linux<br/> uname=&#39;linux vir 2.4.5-pre3 #1 mon jun 18 15:58:49 est 2001 ppc unknown &#39;<br/> config_args=&#39;-Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=powerpc-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.6.1 -Darchlib=/usr/lib/perl/5.6.1 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.6.1 -Dsitearch=/usr/local/lib/perl/5.6.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Dotherlibdirs=/usr/lib/perl5/5.6:/usr/lib/perl5/5.005 -Duseshrplib -Dlibperl=libperl.so.5.6.1 -Dd_dosuid -des&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef<br/> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;2.95.4 20010604 (Debian prerelease)&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize=8<br/> alignbytes=8, usemymalloc=n, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt<br/> perllibs=-ldl -lm -lc -lcrypt<br/> libc=/lib/libc-2.2.3.so, so=so, useshrplib=true, libperl=libperl.so.5.6.1<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-rdynamic&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg89.html Sun, 23 Sep 2001 16:15:36 +0000 PASS your-0.01.tar.gz powerpc-linux 2.4.5-pre3 by schwern <br/>This distribution has been tested as part of the cpan-testers<br/>effort to test as many new uploads to CPAN as possible. See<br/>http://testers.cpan.org/<br/><br/>Please cc any replies to cpan-testers@perl.org to keep other<br/>test volunteers informed and to prevent any duplicate effort.<br/><br/>Comments: <br/><br/>[ None ]<br/><br/>Test results: <br/><br/>PERL_DL_NONLAZY=1 /usr/local/bin/perl5.004 -I./blib/arch -I./blib/lib -I/usr/local/perl5.004/lib/ppc-linux/5.004 -I/usr/local/perl5.004/lib -e &#39;use Test::Harness qw(&amp;runtests $verbose); $verbose=0; runtests @ARGV;&#39; t/*.t<br/>t/your..............ok<br/>All tests successful.<br/>Files=1, Tests=6, 0 secs ( 0.06 cusr 0.02 csys = 0.08 cpu)<br/><br/><br/>Perl version: perl5.004<br/><br/>Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:<br/> Platform:<br/> osname=linux, osvers=2.4.5-pre3, archname=powerpc-linux<br/> uname=&#39;linux vir 2.4.5-pre3 #1 mon jun 18 15:58:49 est 2001 ppc unknown &#39;<br/> config_args=&#39;-Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=powerpc-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.6.1 -Darchlib=/usr/lib/perl/5.6.1 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.6.1 -Dsitearch=/usr/local/lib/perl/5.6.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Dotherlibdirs=/usr/lib/perl5/5.6:/usr/lib/perl5/5.005 -Duseshrplib -Dlibperl=libperl.so.5.6.1 -Dd_dosuid -des&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef<br/> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;2.95.4 20010604 (Debian prerelease)&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize=8<br/> alignbytes=8, usemymalloc=n, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt<br/> perllibs=-ldl -lm -lc -lcrypt<br/> libc=/lib/libc-2.2.3.so, so=so, useshrplib=true, libperl=libperl.so.5.6.1<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-rdynamic&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg88.html Sun, 23 Sep 2001 14:07:54 +0000 PASS your-0.01.tar.gz powerpc-linux 2.4.5-pre3 by schwern <br/>This distribution has been tested as part of the cpan-testers<br/>effort to test as many new uploads to CPAN as possible. See<br/>http://testers.cpan.org/<br/><br/>Please cc any replies to cpan-testers@perl.org to keep other<br/>test volunteers informed and to prevent any duplicate effort.<br/><br/>Comments: <br/><br/>[ None ]<br/><br/>Test results: <br/><br/>PERL_DL_NONLAZY=1 /usr/local/bleadperl-32int/bin/perl -Iblib/arch -Iblib/lib -e &#39;use Test::Harness qw(&amp;runtests $verbose); $verbose=0; runtests @ARGV;&#39; t/*.t<br/>t/your....ok<br/>All tests successful.<br/>Files=1, Tests=6, 0 wallclock secs ( 0.12 cusr + 0.03 csys = 0.15 CPU)<br/><br/><br/>Perl version: /usr/local/bleadperl-32int/bin/perl<br/><br/>Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:<br/> Platform:<br/> osname=linux, osvers=2.4.5-pre3, archname=powerpc-linux<br/> uname=&#39;linux vir 2.4.5-pre3 #1 mon jun 18 15:58:49 est 2001 ppc unknown &#39;<br/> config_args=&#39;-Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=powerpc-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.6.1 -Darchlib=/usr/lib/perl/5.6.1 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.6.1 -Dsitearch=/usr/local/lib/perl/5.6.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Dotherlibdirs=/usr/lib/perl5/5.6:/usr/lib/perl5/5.005 -Duseshrplib -Dlibperl=libperl.so.5.6.1 -Dd_dosuid -des&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef<br/> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-DDEBIAN -fno-strict-aliasing -I/usr/local/include&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;2.95.4 20010604 (Debian prerelease)&#39;, gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize=8<br/> alignbytes=8, usemymalloc=n, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt<br/> perllibs=-ldl -lm -lc -lcrypt<br/> libc=/lib/libc-2.2.3.so, so=so, useshrplib=true, libperl=libperl.so.5.6.1<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-rdynamic&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg87.html Sun, 23 Sep 2001 14:03:43 +0000 Re: A few small coding jobs need done this week by Michael G Schwern On Mon, Sep 10, 2001 at 02:30:01AM -0400, Kirrily Robert wrote:<br/>&gt; In lists.projects.perl.cpan-workers, you wrote:<br/>&gt; &gt;- Write a module that can scan @INC to see if a given module (or<br/>&gt; &gt; modules) is installed and check what $VERSION it is WITHOUT loading<br/>&gt; &gt; the module. Most likely this will simply involve using<br/>&gt; &gt; MakeMaker-&gt;parse_version. Document it, test it, stick it on CPAN.<br/>&gt; &gt; Again, nothing fabulous.<br/>&gt; <br/>&gt; Done. Module::InstalledVersion, in my directory on CPAN.<br/><br/>Yay!<br/><br/>-- <br/><br/>Michael G. Schwern &lt;schwern@pobox.com&gt; http://www.pobox.com/~schwern/<br/>Perl6 Quality Assurance &lt;perl-qa@perl.org&gt; Kwalitee Is Job One<br/>Stupid am I? Stupid like a fox!<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg86.html Thu, 13 Sep 2001 09:23:54 +0000 Re: Announce: CPAN-Test-Reporter-0.02 available by Michael G Schwern On Mon, Sep 10, 2001 at 01:07:27AM -0400, Kirrily Robert wrote:<br/>&gt; OK, I&#39;ve just uploaded a pretty basic CPAN-Test-Reporter-0.02 to CPAN in<br/>&gt; authors/id/S/SK/SKUD. <br/><br/>You&#39;re my hero!<br/><br/><br/>&gt; I&#39;m still not sure about the use of which_perl() ... Schwern? I *think*<br/>&gt; it&#39;s meant to change the Config output to be appropriate for the perl<br/>&gt; version in question, but I have no idea how to do that. Suggestions<br/>&gt; welcome.<br/><br/>my $config = `$which_perl -V` <br/><br/> or<br/><br/>my $config = `$which_perl -e &#39;use Config qw(myconfig); print myconfig()&#39;`;<br/><br/><br/>&gt; Oh yeah. If you&#39;re going to test it, set<br/>&gt; $CPAN::Test::Reporter::CPAN_TESTERS to your own address so that<br/>&gt; *you* get the output mail. I&#39;ve set it to cpan-workers by default,<br/>&gt; which is probably less likely to cause confusion than cpan-testers,<br/>&gt; but I&#39;m sure that even cpan-workers doesn&#39;t want to be spammed by<br/>&gt; it.<br/><br/>There should probably be no default. We don&#39;t want test mails going<br/>off to either of the mailing lists by mistake.<br/><br/><br/>-- <br/><br/>Michael G. Schwern &lt;schwern@pobox.com&gt; http://www.pobox.com/~schwern/<br/>Perl6 Quality Assurance &lt;perl-qa@perl.org&gt; Kwalitee Is Job One<br/>Manipulation is its own reward<br/> http://www.goats.com/archive/010430.html<br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg85.html Thu, 13 Sep 2001 09:23:49 +0000 Re: A few small coding jobs need done this week by Kirrily Robert On Mon, Sep 10, 2001 at 05:37:59PM +0100, Graham Barr wrote:<br/>| <br/>| Why not redo the script to use the module and include it in the distribution.<br/>| People can always send you patches :)<br/><br/>That works for me if it works for you.<br/><br/>K.<br/><br/> http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg84.html Mon, 10 Sep 2001 10:18:32 +0000