Re: Apache::Reload on Cpan

2005-08-23 Thread Smylers
Matt Sergeant writes:

 On 22 Aug 2005, at 09:55, Smylers wrote:
 
  ... there seems to be something odd about the Apache-Reload-0.07
  distribution.  I first noticed that my usual way of jumping to a
  module's documentation on the Cpan Search website doesn't work:
  
http://search.cpan.org/perldoc?Apache::Reload
  
  But doing a full search clearly shows that it is available:
  
http://search.cpan.org/search?query=Apache::Reloadmode=module
  
  And when trying to install Apache::Reload it seems that the CPAN
  module can't find it either:
  
$ sudo cpan Apache::Reload
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Sun, 21 Aug 2005 20:58:22 GMT
Running install for module Apache::Reload
  
  The module Apache::Reload isn't available on CPAN.
  
  Either the module has not yet been uploaded to CPAN, or it is
  temporary unavailable. Please contact the author to find out
  more about the status. Try 'i Apache::Reload'.
 
 I think this is because Apache::Reload is now shipped as part of core 
 mod_perl, but only as part of mod_perl 2.x

Hi Matt.  That's possible, except that I'd then expect the above Cpan
Search URL to turn up the Apache::Reload that's in mod_perl 2, rather
than nothing.

Anyway, mod_perl 2 includes Apache2::Reload, which is a different name.
Before the Apache - Apache2 renaming did mod_perl 2 include a module
called Apache::Reload?  If so, then that's probably the most recent
module of that name which has been uploaded to Cpan.

But that distribution has since been deleted, so it looks like the most
recent version of Apache::Reload is no longer available.  Apache-Reload
is over 4 years old; perhaps if you just uploaded a new version (without
any changes) then this would trick the various indexers into knowing
where to find Apache::Reload?

 Sometimes the intricacies of how CPAN works confuse me though.

Me too, which is why I've CCed the module authors list, in case anybody
else can offer an explanation of this.

Cheers.

Smylers
-- 
May God bless us with enough foolishness to believe that we can make a
difference in this world, so that we can do what others claim cannot be done.


Re: RFC - Test::Stupid module

2005-08-23 Thread Robert Rothenberg

What do you think about Module::Starter also building, by default, a
test file that checks for the boilerplate text?


Now *that* is a great idea!




Re: RFC - Test::Stupid module

2005-08-23 Thread David Golden

Robert Rothenberg wrote:

What do you think about Module::Starter also building, by default, a
test file that checks for the boilerplate text?



Now *that* is a great idea!



And while they're at it, they can add test files for Test::Pod, 
Test::Pod::Coverage, Test::Distribution, Test::Fixme, Test::PerlTidy, 
Test::Prereq, Test::Spelling, and Test::Signature, and then release the 
whole thing as Module::Starter::Plugin::Nanny.


-David Golden


Re: RFC - Test::Stupid module

2005-08-23 Thread A. Pagaltzis
* David Golden [EMAIL PROTECTED] [2005-08-23 13:00]:
 And while they're at it, they can add test files for Test::Pod,
 Test::Pod::Coverage, Test::Distribution, Test::Fixme,
 Test::PerlTidy, Test::Prereq, Test::Spelling, and
 Test::Signature, and then release the whole thing as
 Module::Starter::Plugin::Nanny.

Just make sure to add a --rebellious switch to turn those off.

Regards,
-- 
#Aristotle
*AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(,$\/, )[defined wantarray]/e;$1};
Just-another-Perl-hacker;