RE: How can I inform to CPAN system that TclTk-0.75 and Tcl-Tk-0. 76 a re same module but different versions?

2004-04-05 Thread Konovalov, Vadim
> On Apr 5, 2004, at 2:41 AM, Konovalov, Vadim wrote: > > Could you please advice how can I inform to CPAN system that > > TclTk-0.75 and > > Tcl-Tk-0.76 are same module but different versions? > > The problem is seen here: http://search.cpan.org/~vkon/ > > > It's not a problem with CPAN itself, i

Re: Module::Starter released

2004-04-05 Thread Andy Lester
> Yeah, I actually wonder whether the two projects could be merged > somehow. Is Geoffrey responsive to emails about EU::ModuleMaker? Dunno. I only found out about EU::ModuleMaker yesterday. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: How can I inform to CPAN system that TclTk-0.75 and Tcl-Tk-0.76 a re same module but different versions?

2004-04-05 Thread Ken Williams
On Apr 5, 2004, at 2:41 AM, Konovalov, Vadim wrote: Could you please advice how can I inform to CPAN system that TclTk-0.75 and Tcl-Tk-0.76 are same module but different versions? The problem is seen here: http://search.cpan.org/~vkon/ The problem appears right after changing name in Makefile.PL

Re: Module::Starter released

2004-04-05 Thread Ken Williams
On Apr 5, 2004, at 3:18 PM, Mark Stosberg wrote: I think would useful to include "ExtUtils::ModuleMaker" in a SEE ALSO section, and explain the key differences. At first glance the projects seem quite similar. Yeah, I actually wonder whether the two projects could be merged somehow. Is Geoffrey

Re: Module::Starter released

2004-04-05 Thread Randy W. Sims
Andy Lester wrote: I've just released Module::Starter 0.02, meant as a replacement for h2xs. I think h2xs is very out of date as far as current best practices for modules. It's also very intimidating for people who just want to create a module, and have no need for all the compiler hoohah that h2

Re: Module::Starter released

2004-04-05 Thread Randy W. Sims
Andy Lester wrote: I've just released Module::Starter 0.02, meant as a replacement for h2xs. I just reinstalled Debian on my laptop with the default perl (5.6.1). The following are the modules required and "requested" for Module::Starter and its dependents. Not complaining or making any judgemen

Re: How can I inform to CPAN system that TclTk-0.75 and Tcl-Tk-0.76 are same module but different versions?

2004-04-05 Thread Sherzod Ruzmetov
> Could you please advice how can I inform to CPAN system that TclTk-0.75 and > Tcl-Tk-0.76 are same module but different versions? Re-upload it with the same distribution name. Currently CPAN is treating two uploads as two distributions, just because they were distributed under different names:

Re: Module::Starter released

2004-04-05 Thread Mark Stosberg
On Mon, Apr 05, 2004 at 02:15:30PM -0500, Andy Lester wrote: > I've just released Module::Starter 0.02, meant as a replacement for h2xs. > > I think h2xs is very out of date as far as current best practices for > modules. It's also very intimidating for people who just want to create > a module,

Module::Starter released

2004-04-05 Thread Andy Lester
I've just released Module::Starter 0.02, meant as a replacement for h2xs. I think h2xs is very out of date as far as current best practices for modules. It's also very intimidating for people who just want to create a module, and have no need for all the compiler hoohah that h2xs throws at you.

Re: running tests

2004-04-05 Thread Andy Lester
> there's 'prove -h' and 'perldoc prove', making things much easier to > learn and lookup. And, for that matter, prove --man == perldoc prove xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: running tests

2004-04-05 Thread Mark Stosberg
On Mon, Apr 05, 2004 at 05:05:34PM +0100, Simon Cozens wrote: > [EMAIL PROTECTED] (Andy Lester) writes: > > Sure, and you can turn on HARNESS_VERBOSE to get the raw output of the > > .t file. prove puts all that stuff behind easy command-line switches, > > and lets you specify wildcards, and lets

Re: running tests

2004-04-05 Thread Simon Cozens
[EMAIL PROTECTED] (Andy Lester) writes: > Sure, and you can turn on HARNESS_VERBOSE to get the raw output of the > .t file. prove puts all that stuff behind easy command-line switches, > and lets you specify wildcards, and lets you specify a directory that > implicitly does all the *.t within the

Re: running tests

2004-04-05 Thread Andy Lester
> $ make test TEST_FILES=t/mytest.t Sure, and you can turn on HARNESS_VERBOSE to get the raw output of the .t file. prove puts all that stuff behind easy command-line switches, and lets you specify wildcards, and lets you specify a directory that implicitly does all the *.t within the directory

Re: running tests

2004-04-05 Thread darren chamberlain
* Andy Lester [2004/04/02 16:59]: > Sure, but even better is to run only the tests that need to be run, > which is a key part of prove. You can run "prove -Mblib t/mytest.t" > instead of the entire "make test" suite. $ make test TEST_FILES=t/mytest.t (darren) -- An idea is not responsible f

Re: NAME field

2004-04-05 Thread Hans Oesterholt-Dijkema
I've decided to use Config::Frontend as namespace. Best regards, Hans Hans Oesterholt-Dijkema wrote: I know, Config.pm would not be a good thing to replace ;-). I've been looking around quite a lot lately. And I must say, I didn't find a Configuration module that provided a single interface to m

How can I inform to CPAN system that TclTk-0.75 and Tcl-Tk-0.76 a re same module but different versions?

2004-04-05 Thread Konovalov, Vadim
Could you please advice how can I inform to CPAN system that TclTk-0.75 and Tcl-Tk-0.76 are same module but different versions? The problem is seen here: http://search.cpan.org/~vkon/ The problem appears right after changing name in Makefile.PL Best regards, Vadim Konovalov,