Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Clean smoke-test install for Inline based modules using Inline::MakeMaker

by davido (Cardinal)
on Dec 14, 2011 at 16:29 UTC ( [id://943580]=note: print w/replies, xml ) Need Help??


in reply to Re: Clean smoke-test install for Inline based modules using Inline::MakeMaker
in thread Clean smoke-test install for Inline based modules using Inline::MakeMaker

Hmm, on further inspection, it's not quite as simple as that, and I'm still confused. When I execute:

perl Makefile.PL make make test make dist

I get no such warning at any stage in the process. How is it that the target in some cases is coming up with that warning?

In fact, when I examine the META.* files I see that the build requirement is getting listed therein when I make dist. So I'm still bewildered.

I'm learning here too, and the whole concept of basing a module on Inline seems to be a road less traveled. In fact there are tools to automate the process of converting an Inline extension to plain old XS for the purposes of distribution. So this isn't really a critical adventure. But if we're not too far away from making Inline based modules distributable I'd like to see it through.

ExtUtils::MakeMaker is always somewhat of a quagmire. I suspect even more-so when we're dealing with Inline::MakeMaker. But it seems like the goal isn't that far away.

If I haven't said so before, thanks for your reply both here and to the many other threads where I've learned something from your answers.


Dave

Replies are listed 'Best First'.
Re^3: Clean smoke-test install for Inline based modules using Inline::MakeMaker
by MidLifeXis (Monsignor) on Dec 14, 2011 at 17:06 UTC

    BUILD_REQUIRES was added in c8d5ea031 (June 17, 2009). It looks like this may be first introduced into a tagged release code at 6.55_03 (I am not certain on this, other than the mention in Changes -- haven't taken the time to track it down further than that). Perhaps the version on the testers machine is older.

    --MidLifeXis

Re^3: Clean smoke-test install for Inline based modules using Inline::MakeMaker
by BrowserUk (Patriarch) on Dec 14, 2011 at 16:56 UTC

    I think it indicates that I have a down-level version of MakeMaker installed that doesn't have that keyword. The problem is, I cannot tell from teh error message whether I should upgrade ExtUtils::MakeMaker or Inline::MakeMaker?

    I guess I could try both one at a time to see. I'll get back to you after I've eaten.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    The start of some sanity?

Re^3: Clean smoke-test install for Inline based modules using Inline::MakeMaker
by BrowserUk (Patriarch) on Dec 14, 2011 at 18:39 UTC

    Grrr. I hate EU::MM. I have more trouble with that module than all the other modules I've used put together!

    Every other module I've ever 'gunzip & tar -xvf'd, unpacks all it contents into a subdirectory it creates with the same name as the package. The latest version of EU::MM just dumped it's entire contents into the current directory. Which means an hours work trying to clean up after it. What a crock!

    I'll get back to you to tomorrow.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    The start of some sanity?

      Er, no it doesn't

      [canker:]$ cd throw [canker:]$ tar zxf /home/ftp/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-Ma +keMaker-6.62.tar.gz [canker:]$ ls -l total 4 drwxr-xr-x 7 chris users 512 Oct 24 00:47 ExtUtils-MakeMaker-6.62 [canker:]$ ls -l ExtUtils-MakeMaker-6.62/ total 292 -rw-r--r-- 1 chris users 82777 Oct 24 00:43 Changes -rw-r--r-- 1 chris users 2316 Sep 25 04:42 INSTALL -rw-r--r-- 1 chris users 4226 Oct 24 00:47 MANIFEST -rw-r--r-- 1 chris users 1561 Sep 25 04:42 MANIFEST.SKIP -rw-r--r-- 1 chris users 1450 Oct 24 00:47 META.json -rw-r--r-- 1 chris users 857 Oct 24 00:47 META.yml -rw-r--r-- 1 chris users 5212 Sep 25 06:17 Makefile.PL -rw-r--r-- 1 chris users 3448 Sep 25 04:42 NOTES -rw-r--r-- 1 chris users 6986 Sep 25 04:42 PATCHING -rw-r--r-- 1 chris users 433 Sep 25 04:42 README -rw-r--r-- 1 chris users 12334 Oct 24 00:47 SIGNATURE -rw-r--r-- 1 chris users 2087 Sep 25 04:42 TODO drwxr-xr-x 2 chris users 512 Oct 24 00:47 bin drwxr-xr-x 15 chris users 512 Oct 24 00:47 bundled drwxr-xr-x 3 chris users 512 Oct 24 00:47 lib drwxr-xr-x 2 chris users 512 Oct 24 00:47 my drwxr-xr-x 5 chris users 1536 Oct 24 00:47 t [canker:]$

      Not even on MSWin32

      C:\perl64\cpanidx>cd fooblah C:\perl64\cpanidx\fooblah>curl http://cpan.mirror.local/CPAN/authors/i +d/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz > ExtUtils-MakeMaker-6 +.62.tar.gz % Total % Received % Xferd Average Speed Time Time Time + Current Dload Upload Total Spent Left + Speed 100 405k 100 405k 0 0 1039k 0 --:--:-- --:--:-- --:--: +-- 12.7M C:\perl64\cpanidx\fooblah>dir Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah 15/12/2011 11:06 <DIR> . 15/12/2011 11:06 <DIR> .. 15/12/2011 11:06 415,020 ExtUtils-MakeMaker-6.62.tar.gz 1 File(s) 415,020 bytes 2 Dir(s) 211,262,439,424 bytes free C:\perl64\cpanidx\fooblah>ptar -zxf ExtUtils-MakeMaker-6.62.tar.gz C:\perl64\cpanidx\fooblah>dir Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah 15/12/2011 11:06 <DIR> . 15/12/2011 11:06 <DIR> .. 15/12/2011 11:06 <DIR> ExtUtils-MakeMaker-6.62 15/12/2011 11:06 415,020 ExtUtils-MakeMaker-6.62.tar.gz 1 File(s) 415,020 bytes 3 Dir(s) 211,260,715,008 bytes free C:\perl64\cpanidx\fooblah>dir ExtUtils-MakeMaker-6.62 Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah\ExtUtils-MakeMaker-6.62 15/12/2011 11:06 <DIR> . 15/12/2011 11:06 <DIR> .. 15/12/2011 11:06 <DIR> bin 15/12/2011 11:06 <DIR> bundled 24/10/2011 00:43 82,777 Changes 25/09/2011 04:42 2,316 INSTALL 15/12/2011 11:06 <DIR> lib 25/09/2011 06:17 5,212 Makefile.PL 24/10/2011 00:47 4,226 MANIFEST 25/09/2011 04:42 1,561 MANIFEST.SKIP 24/10/2011 00:47 1,450 META.json 24/10/2011 00:47 857 META.yml 15/12/2011 11:06 <DIR> my 25/09/2011 04:42 3,448 NOTES 25/09/2011 04:42 6,986 PATCHING 25/09/2011 04:42 433 README 24/10/2011 00:47 12,334 SIGNATURE 15/12/2011 11:06 <DIR> t 25/09/2011 04:42 2,087 TODO 12 File(s) 123,687 bytes 7 Dir(s) 211,260,715,008 bytes free C:\perl64\cpanidx\fooblah>

        Er, yes it does. On my machine.

        Full console log:

        C:\test>md EUMM C:\test>cd EUMM C:\test\EUMM>wget http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN /ExtUtils-MakeMaker-6.62.tar.gz --2011-12-15 11:30:24-- http://search.cpan.org/CPAN/authors/id/M/MS/M SCHWERN/ExtUtils-MakeMaker-6.62.tar.gz Resolving search.cpan.org... 194.106.223.155 Connecting to search.cpan.org|194.106.223.155|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://ftp.esat.net/pub/languages/perl/CPAN/authors/id/M/MS/ MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz [following] --2011-12-15 11:30:24-- http://ftp.esat.net/pub/languages/perl/CPAN/a uthors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz Resolving ftp.esat.net... 193.120.14.241 Connecting to ftp.esat.net|193.120.14.241|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 415020 (405K) [application/x-gzip] Saving to: `ExtUtils-MakeMaker-6.62.tar.gz' 100%[============================>] 415,020 223K/s in 1.8s 2011-12-15 11:30:26 (223 KB/s) - `ExtUtils-MakeMaker-6.62.tar.gz' save d [415020/415020] C:\test\EUMM>dir Volume in drive C has no label. Volume Serial Number is 8C78-4B42 Directory of C:\test\EUMM 15/12/2011 11:30 <DIR> . 15/12/2011 11:30 <DIR> .. 24/10/2011 00:48 415,020 ExtUtils-MakeMaker-6.62.tar.gz 1 File(s) 415,020 bytes 2 Dir(s) 91,969,417,216 bytes free C:\test\EUMM>md5sum ExtUtils-MakeMaker-6.62.tar.gz 2ae291030c52999b5672b2a502eab195 *ExtUtils-MakeMaker-6.62.tar.gz C:\test\EUMM>gunzip --version gunzip 1.2.4 (18 Aug 93) Compilation options: DIRENT SYS_UTIME STDC_HEADERS HAVE_UNISTD_H NO_CHOWN PROTO ASMV C:\test\EUMM>gunzip ExtUtils-MakeMaker-6.62.tar.gz C:\test\EUMM>tar --version tar (GNU tar) 1.12 Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, I nc. This is free software; see the source for copying conditions. There i s NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR POSE. Written by John Gilmore and Jay Fenlason. C:\test\EUMM>tar -xvf ExtUtils-MakeMaker-6.62.tar ExtUtils-MakeMaker-6.62 Changes INSTALL Makefile.PL MANIFEST MANIFEST.SKIP META.json META.yml NOTES PATCHING README SIGNATURE TODO bin instmodsh bundled CPAN-Meta CPAN Meta.pm Meta Converter.pm Feature.pm History.pm Prereqs.pm Spec.pm Validator.pm CPAN-Meta-YAML CPAN Meta YAML.pm ExtUtils-Command ExtUtils Command.pm ExtUtils-Install ExtUtils Install.pm Installed.pm Packlist.pm ExtUtils-Manifest ExtUtils Manifest.pm MANIFEST.SKIP File-Copy-Recursive File Copy Recursive.pm File-Temp File Temp.pm JSON-PP JSON PP.pm PP Boolean.pm JSON-PP-Compat5006 JSON PP Compat5006.pm Parse-CPAN-Meta Parse CPAN Meta.pm Scalar-List-Utils List Util.pm Util PP.pm Scalar Util.pm Util PP.pm version version.pm version.pod version Internals.pod vpp.pm Version-Requirements Version Requirements.pm lib ExtUtils Liblist.pm MakeMaker.pm Mkbootstrap.pm Mksymlists.pm MM.pm MM_AIX.pm MM_Any.pm MM_BeOS.pm MM_Cygwin.pm MM_Darwin.pm MM_DOS.pm MM_MacOS.pm MM_NW5.pm MM_OS2.pm MM_QNX.pm MM_Unix.pm MM_UWIN.pm MM_VMS.pm MM_VOS.pm MM_Win32.pm MM_Win95.pm MY.pm testlib.pm Command MM.pm Liblist Kid.pm MakeMaker Config.pm FAQ.pod Tutorial.pod my bundles.pm t 00compile.t arch_check.t backwards.t basic.t build_man.t cd.t config.t dir_target.t FIRST_MAKEFILE.t fix_libs.t fixin.t hints.t INST.t INST_PREFIX.t INSTALL_BASE.t installed_file.t is_of_type.t Liblist.t Liblist_Kid.t make.t MakeMaker_Parameters.t maketext_filter.t meta_convert.t META_for_testing.json META_for_testing.yml META_for_testing_tricky_version.yml metafile_data.t metafile_file.t min_perl_version.t miniperl.t Mkbootstrap.t MM_Any.t MM_BeOS.t MM_Cygwin.t MM_NW5.t MM_OS2.t MM_Unix.t MM_VMS.t MM_Win32.t oneliner.t parse_abstract.t parse_version.t PL_FILES.t pm.t pm_to_blib.t pod2man.t postamble.t prefixify.t prereq.t prereq_print.t problems.t prompt.t recurs.t revision.t several_authors.t split_command.t test_boilerplate.t testlib.t VERSION_FROM.t WriteEmptyMakefile.t writemakefile_args.t xs.t lib TieIn.pm TieOut.pm MakeMaker Test NoXS.pm Utils.pm Setup BFD.pm MPV.pm PL_FILES.pm Problem.pm Recurs.pm SAS.pm XS.pm Test Builder.pm More.pm Simple.pm Builder Module.pm IO Scalar.pm liblist win32 __test.lib double.lib lib__test.lib lib_test.lib pl.lib space lib.lib test.a.lib test.lib test.meep test2.lib di r dir_test.lib dir dir_test.lib lib CORE c_test.lib double.lib libpath lp_test.lib vc vctest.lib testdata reallylongdirectoryname arch1 Config.pm arch2 Config.pm C:\test\EUMM>dir Volume in drive C has no label. Volume Serial Number is 8C78-4B42 Directory of C:\test\EUMM 15/12/2011 11:31 <DIR> . 15/12/2011 11:31 <DIR> .. 25/09/2011 04:42 933 00compile.t 15/12/2011 11:31 <DIR> arch1 15/12/2011 11:31 <DIR> arch2 25/09/2011 04:42 1,975 arch_check.t 25/09/2011 04:42 354 backwards.t 24/10/2011 00:41 14,793 basic.t 24/10/2011 00:41 2,779 BFD.pm 15/12/2011 11:31 <DIR> bin 25/09/2011 04:42 425 Boolean.pm 15/12/2011 11:31 <DIR> Builder 25/09/2011 04:42 51,558 Builder.pm 25/09/2011 04:42 1,605 build_man.t 15/12/2011 11:31 <DIR> bundled 25/09/2011 04:42 3,134 bundles.pm 25/09/2011 04:42 1,114 cd.t 24/10/2011 00:43 82,777 Changes 15/12/2011 11:31 <DIR> Command 25/09/2011 04:42 7,481 Command.pm 25/09/2011 04:42 3,939 Compat5006.pm 25/09/2011 04:42 0 Config.pm 25/09/2011 04:42 261 config.t 25/09/2011 06:00 40,305 Converter.pm 15/12/2011 11:31 <DIR> Copy 15/12/2011 11:31 <DIR> CORE 15/12/2011 11:31 <DIR> CPAN 15/12/2011 11:31 <DIR> CPAN-Meta 15/12/2011 11:31 <DIR> CPAN-Meta-YAML 25/09/2011 04:42 0 c_test.lib 15/12/2011 11:31 <DIR> di r 15/12/2011 11:31 <DIR> dir 25/09/2011 04:42 173 dir_target.t 25/09/2011 04:42 0 dir_test.lib 25/09/2011 04:42 0 double.lib 15/12/2011 11:31 <DIR> ExtUtils 15/12/2011 11:31 <DIR> ExtUtils-Command 15/12/2011 11:31 <DIR> ExtUtils-Install 15/12/2011 11:31 <DIR> ExtUtils-MakeMaker-6.62 24/10/2011 00:48 1,553,920 ExtUtils-MakeMaker-6.62.tar 15/12/2011 11:31 <DIR> ExtUtils-Manifest 24/10/2011 00:44 12,385 FAQ.pod 25/09/2011 06:00 2,274 Feature.pm 15/12/2011 11:31 <DIR> File 15/12/2011 11:31 <DIR> File-Copy-Recursive 15/12/2011 11:31 <DIR> File-Temp 25/09/2011 04:42 726 FIRST_MAKEFILE.t 25/09/2011 04:42 2,384 fixin.t 25/09/2011 04:42 693 fix_libs.t 25/09/2011 04:42 1,075 hints.t 25/09/2011 06:00 5,309 History.pm 25/09/2011 04:42 4,251 INST.t 25/09/2011 04:42 2,316 INSTALL 25/09/2011 04:42 39,738 Install.pm 25/09/2011 04:42 12,213 Installed.pm 25/09/2011 04:42 933 installed_file.t 25/09/2011 04:42 1,851 INSTALL_BASE.t 24/10/2011 00:44 4,160 instmodsh 25/09/2011 04:42 8,952 INST_PREFIX.t 25/09/2011 04:42 24,861 Internals.pod 15/12/2011 11:31 <DIR> IO 25/09/2011 04:42 842 is_of_type.t 15/12/2011 11:31 <DIR> JSON 15/12/2011 11:31 <DIR> JSON-PP 15/12/2011 11:31 <DIR> JSON-PP-Compat5006 24/10/2011 00:44 23,790 Kid.pm 15/12/2011 11:31 <DIR> lib 15/12/2011 11:31 <DIR> Liblist 24/10/2011 00:44 9,459 Liblist.pm 25/09/2011 04:42 670 Liblist.t 25/09/2011 06:00 10,027 Liblist_Kid.t 15/12/2011 11:31 <DIR> libpath 25/09/2011 04:42 0 lib_test.lib 25/09/2011 04:42 0 lib__test.lib 15/12/2011 11:31 <DIR> List 25/09/2011 04:42 0 lp_test.lib 25/09/2011 04:42 271 make.t 25/09/2011 06:17 5,212 Makefile.PL 15/12/2011 11:31 <DIR> MakeMaker 24/10/2011 00:44 88,959 MakeMaker.pm 25/09/2011 04:42 1,603 MakeMaker_Parameters.t 25/09/2011 04:42 909 maketext_filter.t 24/10/2011 00:47 4,226 MANIFEST 25/09/2011 04:42 22,474 Manifest.pm 25/09/2011 04:42 824 MANIFEST.SKIP 15/12/2011 11:31 <DIR> Meta 24/10/2011 00:47 1,450 META.json 25/09/2011 04:42 7,858 Meta.pm 24/10/2011 00:47 857 META.yml 25/09/2011 06:02 13,700 metafile_data.t 25/09/2011 04:42 7,553 metafile_file.t 25/09/2011 04:42 3,435 meta_convert.t 25/09/2011 04:42 1,421 META_for_testing.json 25/09/2011 04:42 839 META_for_testing.yml 25/09/2011 04:42 574 META_for_testing_tricky_version.ym l 25/09/2011 04:42 1,019 miniperl.t 24/10/2011 00:41 5,609 min_perl_version.t 24/10/2011 00:44 3,202 Mkbootstrap.pm 25/09/2011 04:42 4,008 Mkbootstrap.t 24/10/2011 00:44 10,814 Mksymlists.pm 24/10/2011 00:44 6,478 MM.pm 24/10/2011 00:44 1,569 MM_AIX.pm 24/10/2011 00:44 65,039 MM_Any.pm 25/09/2011 04:42 748 MM_Any.t 24/10/2011 00:44 982 MM_BeOS.pm 25/09/2011 04:42 1,071 MM_BeOS.t 24/10/2011 00:44 3,118 MM_Cygwin.pm 25/09/2011 04:42 3,191 MM_Cygwin.t 24/10/2011 00:44 916 MM_Darwin.pm 24/10/2011 00:44 950 MM_DOS.pm 24/10/2011 00:44 1,107 MM_MacOS.pm 24/10/2011 00:44 6,562 MM_NW5.pm 25/09/2011 04:42 7,887 MM_NW5.t 24/10/2011 00:44 3,843 MM_OS2.pm 25/09/2011 04:42 6,980 MM_OS2.t 24/10/2011 00:44 868 MM_QNX.pm 24/10/2011 00:44 94,710 MM_Unix.pm 25/09/2011 04:42 5,769 MM_Unix.t 24/10/2011 00:44 955 MM_UWIN.pm 24/10/2011 00:44 60,704 MM_VMS.pm 25/09/2011 04:42 1,662 MM_VMS.t 24/10/2011 00:44 723 MM_VOS.pm 24/10/2011 00:44 13,919 MM_Win32.pm 25/09/2011 06:00 10,870 MM_Win32.t 24/10/2011 00:44 1,892 MM_Win95.pm 25/09/2011 04:42 4,048 Module.pm 25/09/2011 04:42 44,313 More.pm 25/09/2011 04:42 1,258 MPV.pm 15/12/2011 11:31 <DIR> my 24/10/2011 00:44 652 MY.pm 25/09/2011 04:42 3,448 NOTES 25/09/2011 04:42 511 NoXS.pm 25/09/2011 06:00 2,123 oneliner.t 25/09/2011 04:42 8,540 Packlist.pm 15/12/2011 11:31 <DIR> Parse 15/12/2011 11:31 <DIR> Parse-CPAN-Meta 25/09/2011 04:42 1,431 parse_abstract.t 25/09/2011 04:42 4,045 parse_version.t 25/09/2011 04:42 6,986 PATCHING 25/09/2011 04:42 0 pl.lib 25/09/2011 04:42 2,624 PL_FILES.pm 25/09/2011 04:42 579 PL_FILES.t 25/09/2011 04:42 741 pm.t 25/09/2011 04:42 1,330 pm_to_blib.t 25/09/2011 04:42 910 pod2man.t 25/09/2011 04:42 1,565 postamble.t 15/12/2011 11:31 <DIR> PP 25/09/2011 04:42 2,247 PP.pm 25/09/2011 04:42 1,257 prefixify.t 25/09/2011 04:42 3,375 prereq.t 25/09/2011 06:00 6,707 Prereqs.pm 25/09/2011 04:42 1,876 prereq_print.t 25/09/2011 04:42 1,332 Problem.pm 25/09/2011 04:42 973 problems.t 25/09/2011 04:42 1,266 prompt.t 25/09/2011 04:42 433 README 15/12/2011 11:31 <DIR> reallylongdirectoryname 25/09/2011 04:42 1,578 Recurs.pm 25/09/2011 04:42 2,764 recurs.t 25/09/2011 04:42 22,545 Recursive.pm 25/09/2011 04:42 14,475 Requirements.pm 25/09/2011 04:42 413 revision.t 25/09/2011 04:42 1,287 SAS.pm 15/12/2011 11:31 <DIR> Scalar 15/12/2011 11:31 <DIR> Scalar-List-Utils 25/09/2011 04:42 13,091 Scalar.pm 15/12/2011 11:31 <DIR> Setup 24/10/2011 00:41 3,638 several_authors.t 24/10/2011 00:47 12,334 SIGNATURE 25/09/2011 04:42 6,461 Simple.pm 25/09/2011 04:42 0 space lib.lib 25/09/2011 06:00 34,358 Spec.pm 25/09/2011 06:00 1,477 split_command.t 15/12/2011 11:31 <DIR> t 25/09/2011 04:42 74,502 Temp.pm 15/12/2011 11:31 <DIR> Test 25/09/2011 04:42 0 test.a.lib 25/09/2011 04:42 0 test.lib 25/09/2011 04:42 0 test.meep 25/09/2011 04:42 0 test2.lib 15/12/2011 11:31 <DIR> testdata 24/10/2011 00:44 891 testlib.pm 25/09/2011 04:42 785 testlib.t 25/09/2011 04:42 389 test_boilerplate.t 25/09/2011 04:42 281 TieIn.pm 25/09/2011 04:42 355 TieOut.pm 25/09/2011 04:42 2,087 TODO 24/10/2011 00:44 4,368 Tutorial.pod 15/12/2011 11:31 <DIR> Util 25/09/2011 04:42 8,059 Util.pm 25/09/2011 04:42 8,602 Utils.pm 25/09/2011 06:00 30,406 Validator.pm 15/12/2011 11:31 <DIR> vc 25/09/2011 04:42 0 vctest.lib 15/12/2011 11:31 <DIR> version 15/12/2011 11:31 <DIR> Version-Requirements 25/09/2011 04:42 6,494 version.pm 25/09/2011 04:42 9,816 version.pod 25/09/2011 04:42 599 VERSION_FROM.t 25/09/2011 04:42 20,124 vpp.pm 15/12/2011 11:31 <DIR> win32 25/09/2011 04:42 573 WriteEmptyMakefile.t 25/09/2011 04:42 6,012 writemakefile_args.t 25/09/2011 04:42 1,737 XS.pm 25/09/2011 04:42 1,090 xs.t 25/09/2011 04:42 16,582 YAML.pm 25/09/2011 04:42 0 __test.lib 158 File(s) 2,838,508 bytes 49 Dir(s) 91,966,676,992 bytes free C:\test\EUMM>dir t Volume in drive C has no label. Volume Serial Number is 8C78-4B42 Directory of C:\test\EUMM\t 15/12/2011 11:31 <DIR> . 15/12/2011 11:31 <DIR> .. 0 File(s) 0 bytes 2 Dir(s) 91,966,676,992 bytes free C:\test\EUMM>

        And so do all of the last 6 versions.


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

        The start of some sanity?

        I've seen it too, and AFAIK, its probably the dev tarball from http://makemaker.org

        though the latest version is ExtUtils-MakeMaker-6.63_02/

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://943580]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-03-29 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found