Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 75926
Status: resolved
Priority: 0/
Queue: Net-SSLeay

People
Owner: MIKEM [...] cpan.org
Requestors: kmx [...] volny.cz
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Module::Install related improvements
Date: Wed, 21 Mar 2012 00:40:23 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
As a side effect of other effort I have prepared an eclosed patch that seems to improve possibility to use Module::Install in Net-SSleay distribution in usual way: perl Makefile.PL make realclean perl Makefile.PL make make manifest make dist No more manual patching of MANIFEST and META.yml. We can easily upgrade bundled Module::Install (inc subdir). Please remove from svn these files: MANIFEST META.yml (they are now re-created automatically during 'make manifest && make dist') Should apply fine even after JUMBO patch from other RT. -- kmx

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 10:04:22 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] open.com.au>
Hi, thanks for that, but: -make manifest updates MANIFEST with all the junk files I have lying about in my devel dir :-( Ill keep my locallly edited MANIFEST to go in the tarballs -No META.yml was generated by make manifest. Was that supposed to happen? Cheers. On Tuesday, March 20, 2012 07:40:40 PM you wrote: Show quoted text
> Tue Mar 20 19:40:38 2012: Request 75926 was acted upon. > Transaction: Ticket created by kmx@volny.cz > Queue: Net-SSLeay > Subject: Module::Install related improvements > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: kmx@volny.cz > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75926 > > > > As a side effect of other effort I have prepared an eclosed patch that > seems to improve possibility to use Module::Install in Net-SSleay > distribution in usual way: > > perl Makefile.PL > make realclean > perl Makefile.PL > make > make manifest > make dist > > No more manual patching of MANIFEST and META.yml. We can easily upgrade > bundled Module::Install (inc subdir). > > Please remove from svn these files: > MANIFEST > META.yml > (they are now re-created automatically during 'make manifest && make dist') > > Should apply fine even after JUMBO patch from other RT. > > -- > kmx
-- Mike McCauley mikem@open.com.au Open System Consultants Pty. Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.open.com.au Phone +61 7 5598-7474 Fax +61 7 5598-7070 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 01:11:49 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Show quoted text
> -make manifest updates MANIFEST with all the junk files I have lying about in > my devel dir :-( Ill keep my locallly edited MANIFEST to go in the tarballs >
The solution for this is to put all devel files into a dir that you add to MANIFEST.SKIP (e.g. .svn is already there) or you can use a naming convention that debug/devl files are named dev_<whatever> and simply add that wildcard (in fact regexp) into MANIFEST.SKIP Show quoted text
> -No META.yml was generated by make manifest. Was that supposed to happen? >
I think META.yml is generated during 'make dist' -- kmx
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 10:33:11 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] open.com.au>
On Tuesday, March 20, 2012 08:12:00 PM you wrote: Show quoted text
> Queue: Net-SSLeay > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75926 > >
> > -make manifest updates MANIFEST with all the junk files I have lying > > about in my devel dir :-( Ill keep my locallly edited MANIFEST to go in > > the tarballs
> The solution for this is to put all devel files into a dir that you add > to MANIFEST.SKIP (e.g. .svn is already there) or you can use a naming > convention that debug/devl files are named dev_<whatever> and simply add > that wildcard (in fact regexp) into MANIFEST.SKIP
OK Show quoted text
>
> > -No META.yml was generated by make manifest. Was that supposed to > > happen?
> > I think META.yml is generated during 'make dist'
Nope :-( Show quoted text
> > -- > kmx
-- Mike McCauley mikem@open.com.au Open System Consultants Pty. Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.open.com.au Phone +61 7 5598-7474 Fax +61 7 5598-7070 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 01:43:46 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Show quoted text
>>> -No META.yml was generated by make manifest. Was that supposed to >>> happen? >>>
>> I think META.yml is generated during 'make dist' >>
> Nope :-( >
On my box (Windows) I have observed that META.yml is generated during perl Makefile.PL -- kmx
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 12:07:22 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] open.com.au>
Hi, On Tuesday, March 20, 2012 08:43:57 PM you wrote: Show quoted text
> Queue: Net-SSLeay > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75926 > >
> >>> -No META.yml was generated by make manifest. Was that supposed to > >>> happen?
> >> > >> I think META.yml is generated during 'make dist'
> > > > Nope :-(
> > On my box (Windows) I have observed that META.yml is generated during > perl Makefile.PL
Not here with any of several versions of ActivePerl on Windows Server Nor with perl 5.14 on OpenSUSE Nor on Debian 6 Must be something unique about your setup? Show quoted text
> > -- > kmx
-- Mike McCauley mikem@open.com.au Open System Consultants Pty. Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.open.com.au Phone +61 7 5598-7474 Fax +61 7 5598-7070 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 03:18:22 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Show quoted text
> Not here with any of several versions of ActivePerl on Windows Server > Nor with perl 5.14 on OpenSUSE > Nor on Debian 6 > > Must be something unique about your setup? >
Well, now I cannot reproduce it :( -- kmx
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 03:19:47 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
try to 1/ completely delete inc subdirectory first 2/ perl Makefile.PL -- kmx
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 03:20:13 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
You need to have Module::Install installed -- kmx
Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 03:23:11 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Here is how my autogenerated META.yml looks like -- kmx P.S. all for today from me

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #75926] Module::Install related improvements
Date: Wed, 21 Mar 2012 12:34:35 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] open.com.au>
On Tuesday, March 20, 2012 10:20:21 PM you wrote: Show quoted text
> Queue: Net-SSLeay > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75926 > > > You need to have Module::Install installed
Ah. Yes, that fixed it. Cheers. Show quoted text
> > -- > kmx
-- Mike McCauley mikem@open.com.au Open System Consultants Pty. Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.open.com.au Phone +61 7 5598-7474 Fax +61 7 5598-7070 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.