RE: ANNOUNCE: Pod::Coverage 0.10

2002-02-18 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 18-Feb-02 Richard Clamp tried to scribble about: > There's a new release in town. It scratches off one of the oldest > TODO items, that of counting the docs in the base class(es) towards > your packages coverage. Thanx, much appreciated. Cheers, Te

ANNOUNCE: Pod::Coverage 0.10

2002-02-18 Thread Richard Clamp
There's a new release in town. It scratches off one of the oldest TODO items, that of counting the docs in the base class(es) towards your packages coverage. Version 0.10 2002-02-18 Added Pod::Coverage::CountParents which counts the Pod sections from higher in the inheritance tr

ANNOUNCE Pod::Coverage 0.09

2001-12-17 Thread Richard Clamp
The URL http://unixbeard.net/~richardc/lab/Pod-Coverage/Pod-Coverage-0.09.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RC/RCLAMP/Pod-Coverage-0.09.tar.gz size: 9823 bytes md5: 0044c9f6fc7c913cad526c451f33be07 Changes since the last installment: Fixed a typo in mstevens' na

Re: ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: P

2001-09-05 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 04-Sep-01 Richard Clamp tried to scribble about: > On Sun, Sep 02, 2001 at 04:24:51PM +0200, Tels wrote: >> attached is a revised version of pod_cover.pl which you can use to test >> a whole distribution using the new v0.06 API. > Cool, may I slurp tha

Re: ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: P

2001-09-04 Thread Richard Clamp
On Sun, Sep 02, 2001 at 04:24:51PM +0200, Tels wrote: > attached is a revised version of pod_cover.pl which you can use to test a > whole distribution using the new v0.06 API. Cool, may I slurp that in as another example script? -- Richard Clamp <[EMAIL PROTECTED]> god damn, even superman shot

ANNOUNCE: Pod::Coverage 0.07 (was re 0.06 announce)

2001-09-04 Thread Richard Clamp
On Sun, Sep 02, 2001 at 04:24:51PM +0200, Tels wrote: > Pod::Coverage 0.06 is still falsely reporting the overload thingies as > naked - that should not happen per default since these subs do neither > exist from the authors nor the users point of view. I finally got a chance to read overload.pm

Re: ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: Pod::Coverage 0.02 release)

2001-09-03 Thread Tony Bowden
On Sun, Sep 02, 2001 at 01:57:01AM +0100, Richard Clamp wrote: > Tony, can you give me feedback on if 0.06 is now more like what you > hacked 0.02 into, or does it still need that separate _load_code > interface? I think it does. Perhaps, I haven't quite delved deeply enough, but the issue I face

RE: ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: P

2001-09-02 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, oups, round 2. Stupid, I should have tested it better before: Have fun, Tels - -- perl -MMath::String -e 'print \ Math::String->from_number("215960156869840440586892398248"),"\n"' http://bloodgate.com/thief/ Thief - The Dark Project http://bloo

RE: ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: P

2001-09-02 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, attached is a revised version of pod_cover.pl which you can use to test a whole distribution using the new v0.06 API. Pod::Coverage 0.06 is still falsely reporting the overload thingies as naked - that should not happen per default since these subs do ne

ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: Pod::Coverage 0.02 release)

2001-09-01 Thread Richard Clamp
On Fri, Aug 31, 2001 at 05:50:28PM +0200, Tels wrote: > Did I explain it better now? Yes. Actually in retrospect you covered it well enough before, I was just being dense. Maths never was my strong suit. > No problem with the name ;) (Could have an uncovered() alias, though ;) Done. It gave

ANNOUNCE: Pod::Coverage 0.05

2001-09-01 Thread Richard Clamp
I've just pushed a new release to CPAN, covering most of the easy to implement suggestions I've had over the past few days. Changes since 0.04: Used Pod::Find to deal with alternative locations for pod files. Introduced pod_from. Merged some patches from Schwern. Added

Re: ANNOUNCE: Pod::Coverage 0.02 release

2001-08-31 Thread Tony Bowden
On Thu, Aug 30, 2001 at 10:30:24PM +0100, Richard Clamp wrote: > > Beside that, it seems not be able to find doc paragraphs for multiply > > functions like this: > > > > =head2 get_foo/get_blah/get_baz > > > > These functions get you an item back of the number and type you specified: > True, t

Re: ANNOUNCE: Pod::Coverage 0.02 release

2001-08-30 Thread Richard Clamp
On Thu, Aug 30, 2001 at 07:07:42PM +0200, Tels wrote: > Attached is a script to test all modules in a dist, Attachment error #1 > I think a "make > pod-cover" and "make test-cover" would be cool, but I am not able to do such > a beast. Me also

Re: ANNOUNCE: Pod::Coverage 0.02 release

2001-08-28 Thread Tony Bowden
(ok, I know there's 0.04 now, but I've deleted that announcement) The thing I'd *really* like to see in this now is the ability to run it on arbitrary code - not just installed modules. i.e. I want to add it to a 'build' process, that will automatically reject code that isn't fully documented -

ANNOUNCE: Pod::Coverage 0.04 release

2001-08-27 Thread Richard Clamp
As pleased as I was to announce 0.03, I'm now overjoyed to say that I've just applied a patch from Dave Rolsky which improves the pod scanning somewhat and takes us up to 0.04[0] Richard - silly grin attached [0] I was so stunned by getting a complete patch in 6 hours that I fluffed generating a

ANNOUNCE: Pod::Coverage 0.02 release

2001-08-27 Thread Richard Clamp
I've cleaned up some of the docs, and added a new method in the form of naked, which reveals what you've left uncovered. It's also now possible to configure what you consider a private method to look like. It's should be hitting your local CPAN mirror any time soon, or it's available directly fr

Re: ANNOUNCE: Pod::Coverage

2001-08-27 Thread Richard Clamp
On Mon, Aug 27, 2001 at 10:27:15AM +0100, Tony Bowden wrote: > On Mon, Aug 27, 2001 at 05:18:07AM -0400, Barrie Slaymaker wrote: > > How would I keep it from complaining about undocumented, > > internal-use-only helper functions? > > It currently allows any name starting with an underscore to be

Re: ANNOUNCE: Pod::Coverage

2001-08-27 Thread Tony Bowden
On Mon, Aug 27, 2001 at 05:18:07AM -0400, Barrie Slaymaker wrote: > How would I keep it from complaining about undocumented, > internal-use-only helper functions? It currently allows any name starting with an underscore to be undocumented... I'd assume that a future version would allow you to

Re: ANNOUNCE: Pod::Coverage

2001-08-27 Thread Barrie Slaymaker
On Sun, Aug 26, 2001 at 03:02:16PM +0100, Richard Clamp wrote: > > Caveats, this isn't heading to CPAN today at the testsuite is far from > comprehensive, and I'd like some feedback before I release it. That > and I was due to meet people at the pub an hour ago. How would I keep it from complai

ANNOUNCE: Pod::Coverage

2001-08-26 Thread Richard Clamp
I'm pleased to announce the first alpha of Pod::Coverage. It's a simple tool for determining if your module is covered by it's internal pod. It's available here, and if I didn't fluff it, the README file is attached http://unixbeard.net/~richardc/lab/Pod-Coverage/Pod-Coverage-0.01_02.tar.gz Cav