Re: Is there a need for Data::Find::XPath?

2010-12-01 Thread Andy Armstrong
was writing Data::Find that xpath would be useful - so yes, absolutely - patches welcome, thanks :) It's on github: git://github.com/AndyA/Data--Find.git The easiest thing (for me :) is if you clone it on github and then issue a pull request when you're done. -- Andy Armstrong, Hexten

Re: to upload or not to upload...

2010-11-11 Thread Andy Armstrong
with your module? http://search.cpan.org/dist/Net-CIDR-Set/ -- Andy Armstrong, Hexten

Re: Trimming the CPAN - Automatic Purging

2010-03-27 Thread Andy Armstrong
be less so. -- Andy Armstrong, Hexten

Re: Trimming the CPAN - Automatic Purging

2010-03-27 Thread Andy Armstrong
to do something about it. -- Andy Armstrong, Hexten

Re: Trimming the CPAN - Automatic Purging

2010-03-25 Thread Andy Armstrong
On 25 Mar 2010, at 15:36, Chris Nandor wrote: I like that solution better [snip] But solution to what? Are we convinced there's actually a problem here? -- Andy Armstrong, Hexten

Re: avoid running CPAN as root

2010-01-12 Thread Andy Armstrong
grace period which means you only need to authenticate for the first make install / ./Build install. -- Andy Armstrong, Hexten

Re: avoid running CPAN as root

2010-01-12 Thread Andy Armstrong
. -- Andy Armstrong, Hexten

Re: Puzzling error from cpan testers

2009-05-03 Thread Andy Armstrong
values that's too small to display but big enough to make them non- equal. '==' is /always/ risky with FP values. You should instead check for the value being within an acceptable range. -- Andy Armstrong, Hexten

Re: New Module

2009-04-29 Thread Andy Armstrong
::CMD. I was wondering if this is the correct/best name for it? I think the Template namespace pretty much belongs to Template Toolkit. Can you expand on what 'managing templates' amounts to? -- Andy Armstrong, Hexten

Re: Net::Vimeo::API - namespace question

2009-03-10 Thread Andy Armstrong
On 10 Mar 2009, at 14:23, David Golden wrote: On Tue, Mar 10, 2009 at 10:05 AM, Jonathan Yu jonathan.i...@gmail.com wrote: WWW::Vimeo. That would be my choice. Adding API seems redundant. Agreed. That's in line with the de-facto standard. -- Andy Armstrong, Hexten

Re: Automated testing

2008-12-01 Thread Andy Armstrong
- you can find it here: https://svn.hexten.net/tapx/trunk/smoke/ smoke.pl is a cron job - and there are some sample config files in there too. -- Andy Armstrong, Hexten

Re: Testing on blead

2008-07-28 Thread Andy Armstrong
of the module itself. There seems to me to be little need to pollute the public test results with blead tests at all. -- Andy Armstrong, Hexten

Re: Proposal: Test::Refcount

2008-07-14 Thread Andy Armstrong
. I've used Devel::Leak::Object[1] successfully in that kind of situation. It counts the number of blesses and destroys. It works well for the 'object makes a closure that references itself' scenario. [1] http://search.cpan.org/dist/Devel-Leak-Object/ -- Andy Armstrong, Hexten

Re: Must exist, right?

2008-06-19 Thread Andy Armstrong
code under the same license terms as Perl itself. Heh. I can see this going all FizzBuzz :) -- Andy Armstrong, Hexten

Must exist, right?

2008-06-18 Thread Andy Armstrong
but there are so many ^(?:Object|Data)::.* modules that it's a bit hard to see the wood for the trees :) -- Andy Armstrong, Hexten

Re: Must exist, right?

2008-06-18 Thread Andy Armstrong
On 19 Jun 2008, at 00:35, Andy Armstrong wrote: It's got to exist, right? I had a look but there are so many ^(?:Object|Data)::.* modules that it's a bit hard to see the wood for the trees :) Ah. I see: http://search.cpan.org/dist/Class-AutoAccess/ But that creates accessor/mutators. I

Re: Must exist, right?

2008-06-18 Thread Andy Armstrong
:) -- Andy Armstrong, Hexten

Re: Must exist, right?

2008-06-18 Thread Andy Armstrong
of the end to let me do e.g.: print $mem-relay_buffer-allocations; instead of print $mem-get('relay_buffer', 'allocations'); which is how it looks at the moment. -- Andy Armstrong, Hexten

Re: Is there even a C compiler?

2008-02-25 Thread Andy Armstrong
On 25 Feb 2008, at 16:25, Nicholas Clark wrote: On Mon, Feb 25, 2008 at 03:59:14PM +, Andy Armstrong wrote: Is there a generally approved way for an XS module to test for the existence of a C compiler before attempting to build? Personally I'd like such a test to be standard in MakeMaker

Re: Is there even a C compiler?

2008-02-25 Thread Andy Armstrong
, thanks :) -- Andy Armstrong, Hexten

Re: Is there even a C compiler?

2008-02-25 Thread Andy Armstrong
that there are situations where it might not. See also Windows, VMS, any other machine that doesn't have which. -- Andy Armstrong, Hexten

Re: Is there even a C compiler?

2008-02-25 Thread Andy Armstrong
Cantrell to make it all work. If there's a problem in his compiler detection logic it's more likely to get fixed quickly than it is if I roll some ad-hoc code of my own. It's also more likely to get detected before it impacts directly on my module. -- Andy Armstrong, Hexten

Re: Assistance with IPC modules and perl 5.10

2008-02-18 Thread Andy Armstrong
to be satisfied. I've offered to help if I can so if you don't have time to look at it I could (assuming I can fix the problem) provide a patch. Either way please let us know. Thanks :) On 18 Feb 2008, at 21:04, Tom spot Callaway wrote: On Mon, 2008-02-18 at 20:49 +, Andy Armstrong wrote

Re: Tk / Nick Ing-Simmons

2007-11-22 Thread Andy Armstrong
On 22 Nov 2007, at 18:24, Nicholas Clark wrote: On Thu, Nov 22, 2007 at 04:54:31PM +, Andy Armstrong wrote: I notice that since Nick Img-Simmons' sad passing Tk seems unmaintained. It certainly doesn't build on 5.10. I wonder if anyone knows the status of it and whether anyone

Re: Tk / Nick Ing-Simmons

2007-11-22 Thread Andy Armstrong
got around to it. I think it would be tremendous to get Tk up and running again. Heck, I might even help. If there are no objections let's move ahead with that then. Could someone give ANDYA and PETDANCE co-maint please? -- Andy Armstrong, Hexten

Tk / Nick Ing-Simmons

2007-11-22 Thread Andy Armstrong
anyone thinks it's in poor taste I'd like to take a crack at making the necessary changes so it keeps working. Thoughts? -- Andy Armstrong, Hexten

Re: New fields for META.yml

2007-10-29 Thread Andy Armstrong
On 29 Oct 2007, at 22:25, A. Pagaltzis wrote: YAGNI does not apply either: this *is already* the overnext time. The gravatar spat would’ve been solved by something like that I missed that... Got a link? -- Andy Armstrong, Hexten

Re: New fields for META.yml

2007-10-29 Thread Andy Armstrong
On 29 Oct 2007, at 23:33, Andy Armstrong wrote: I missed that... Got a link? Have now - thanks. -- Andy Armstrong, Hexten

Re: RFC: String::Smart

2007-10-14 Thread Andy Armstrong
for those other escape methods, then that might be OK. But I'm very leery of the idea that you may be copying the code from those modules (or writing equivalent code). It's a clearing house. It makes no assumptions about which transformations you'll want to apply. -- Andy Armstrong, Hexten

Re: RFC: String::Smart

2007-10-13 Thread Andy Armstrong
. -- Andy Armstrong, Hexten

Re: lambda - a shortcut for sub {...}

2007-10-12 Thread Andy Armstrong
On 12 Oct 2007, at 15:04, Andy Lester wrote: What worries me is someone's gonna submit an otherwise useful module to CPAN that uses this feature. Oh no, THEN what? What's the tragedy there? You're just being meta-negative Andy :) -- Andy Armstrong, Hexten

Re: RFC: String::Smart

2007-10-11 Thread Andy Armstrong
On 11 Oct 2007, at 11:46, A. Pagaltzis wrote: * Andy Armstrong [EMAIL PROTECTED] [2007-10-10 22:45]: Nice email address. :-P It had to be done :) This evening I started playing with String::Smart (the name is as provisional as everything else). Something with “language”, “type”, “quoting

RFC: String::Smart

2007-10-11 Thread Andy Armstrong
confirms that people still aren't getting it right. So it must be hard. This evening I started playing with String::Smart (the name is as provisional as everything else). It lets you do my $email = 'Andy Armstrong [EMAIL PROTECTED]'; my $enc = as html = $email; print $enc\n; # Prints Andy

Re: CPAN security

2007-10-11 Thread Andy Armstrong
equivalents. That doesn't stop make install doing something hoopy as root of course. -- Andy Armstrong, Hexten

RFC: String::Smart

2007-10-10 Thread Andy Armstrong
confirms that people still aren't getting it right. So it must be hard. This evening I started playing with String::Smart (the name is as provisional as everything else). It lets you do my $email = 'Andy Armstrong [EMAIL PROTECTED]'; my $enc = as html = $email; print $enc\n; # Prints Andy

Re: RFC: relative.pm

2007-10-09 Thread Andy Armstrong
On 9 Oct 2007, at 11:05, Jonathan Rockway wrote: What a fucking joke. If it's a joke you should use Comic Sans so everyone /knows/ it's funny. -- Andy Armstrong, Hexten

Re: relative.pm

2007-10-07 Thread Andy Armstrong
On 7 Oct 2007, at 15:33, Peter Pentchev wrote: A source filter, perhaps? Run away! :) -- Andy Armstrong, Hexten

Re: RFC: relative.pm

2007-10-07 Thread Andy Armstrong
in the hierarchy using the ..:: syntax. From: http://search.cpan.org/~saper/relative-0.02/lib/relative.pm -- Andy Armstrong, Hexten

Re: RFC: relative.pm

2007-10-06 Thread Andy Armstrong
Munger::Precise ); ? -- Andy Armstrong, Hexten

Re: RFC: relative.pm

2007-10-06 Thread Andy Armstrong
with any inheritance relationship the modules may have with each other. I quite like 'relative' to be honest. And I like the idea of the module. I'll use it immediately when you release it, thanks. -- Andy Armstrong, Hexten

Re: Devel::TraceLoad

2007-08-05 Thread Andy Armstrong
On 31 Jul 2007, at 13:10, Andy Armstrong wrote: I wonder if you're still interested in maintaining Devel::TraceLoad. I notice that the last release was over six years ago and that it currently has test failures. If you are no longer interested in maintaining it would you be prepared

Devel::TraceLoad

2007-07-31 Thread Andy Armstrong
? Thanks. -- Andy Armstrong, hexten.net

Re: WordPress module?

2007-06-25 Thread Andy Armstrong
that way. The DB schema is free to change in backwards incomptible ways. -- Andy Armstrong, hexten.net

Re: US mirror of search.cpan *broken*

2007-05-28 Thread Andy Armstrong
. That explains why I can see http://search.cpan.org/dist/Captcha-reCAPTCHA but folks in the US can't. So yes I can confirm that the digitalcraftsmen mirror is fine. - -- Andy Armstrong, hexten.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Darwin) iD8DBQFGWrH6woknRJZQnCERAt97AJ9v

Re: anybody feel like translating some PHP to Perl?

2007-05-25 Thread Andy Armstrong
On 25 May 2007, at 18:09, Andy Armstrong wrote: Have they released source? The site says it's a hosted web service. Ah. This: http://recaptcha.net/plugins/php/ ? -- Andy Armstrong, hexten.net

Re: anybody feel like translating some PHP to Perl?

2007-05-25 Thread Andy Armstrong
On 25 May 2007, at 18:04, David Nicol wrote: http://news.com.com/2100-1029-6186430.html Have they released source? The site says it's a hosted web service. -- Andy Armstrong, hexten.net

Re: anybody feel like translating some PHP to Perl?

2007-05-25 Thread Andy Armstrong
On 25 May 2007, at 18:04, David Nicol wrote: http://news.com.com/2100-1029-6186430.html Captcha::reCAPTCHA coming up as soon as I write some docs. Here it is in action: http://hexten.net/cgi-bin/captch.pl -- Andy Armstrong, hexten.net

Re: anybody feel like translating some PHP to Perl?

2007-05-25 Thread Andy Armstrong
On 25 May 2007, at 19:53, Andy Armstrong wrote: Here it is in action: http://hexten.net/cgi-bin/captch.pl Now on CPAN: http://search.cpan.org/dist/Captcha-reCAPTCHA/ -- Andy Armstrong, hexten.net

Re: Modules are missing on CPAN

2007-05-24 Thread Andy Armstrong
/authors/id/P/PE/PETDANCE/ Present: http://backpan.hexten.net/authors/id/P/PE/PETDANCE/ -- Andy Armstrong, hexten.net

search.cpan.org search oddness

2007-05-22 Thread Andy Armstrong
It's interesting how difficult it is to find CGI.pm using search.cpan.org. For example http://search.cpan.org/search?query=CGImode=all doesn't seem to mention CGI.pm at all. Has it always been like that or has something changed recently? -- Andy Armstrong, hexten.net

Re: search.cpan.org search oddness

2007-05-22 Thread Andy Armstrong
On 22 May 2007, at 20:08, A. Pagaltzis wrote: * Andy Armstrong [EMAIL PROTECTED] [2007-05-22 20:30]: It's interesting how difficult it is to find CGI.pm using search.cpan.org. Difficult? http://search.cpan.org/search?query=CGImode=module Difficult for people who aren't sure how the search

Re: Module Proposal: Number::Collection

2007-05-19 Thread Andy Armstrong
way to turn the output of as_string() back into an object, which is something I needed for dealing with user inputted data, and potentially a function to validate such a string too. Would you be interested in me writing a patch for something like that? Yes please :) -- Andy Armstrong

Re: Module Proposal: Number::Collection

2007-05-18 Thread Andy Armstrong
On 18 May 2007, at 16:21, K. J. Cheetham wrote: I've already written the bulk of the module and a series of tests and POD for it, which I can show if need be. How does it intersect with http://search.cpan.org/dist/Set-IntSpan/ and http://search.cpan.org/dist/Set-IntSpan-Fast/ ? -- Andy

Re: recent search.cpan changes?

2007-05-05 Thread Andy Armstrong
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5 May 2007, at 09:29, Jonathan Rockway wrote: Also, I can't seem to find the search.cpan source. Could someone provide a pointer to it? I've been wondering if that was available too. - -- Andy Armstrong, hexten.net -BEGIN PGP SIGNATURE

Re: Test failures - I can't work out why

2007-05-02 Thread Andy Armstrong
... :) That's me in the corner. That's me in the spotlight. Losing my abstraction layer. -- Andy Armstrong, hexten.net

Re: Test failures - I can't work out why

2007-05-02 Thread Andy Armstrong
. Is that why I heard you laughing? I thought that I heard you ping. I think I thought I saw you reply. Yes, that's much better :) -- Andy Armstrong, hexten.net

Re: Module Proposal: Parse::Reversible

2007-04-25 Thread Andy Armstrong
non-capturing brackets (?: ) to group subparts of the regexp. just to avoid anyone cargo-culting the notion that you can't use brackets at all. - -- Andy Armstrong, hexten.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Darwin) iD8DBQFGL8f

Re: Module Proposal: Parse::Reversible

2007-04-24 Thread Andy Armstrong
On 24 Apr 2007, at 18:07, A. Pagaltzis wrote: So I think somewhere under either Text:: or String:: might be better. String::Template? String::Template::Reversible maybe? String::Template sounds like a namespace rather than a module. -- Andy Armstrong, hexten.net

Re: Module Proposal: Parse::Reversible

2007-04-21 Thread Andy Armstrong
to use it. - -- Andy Armstrong, hexten.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Darwin) iD8DBQFGKhxwwoknRJZQnCERAs1MAJ43l/EfS6lbfj4HaZKMZEA1hjnMvACgp2GP OeUD4jPS24xRvv4YWGmjNYk= =PO+4 -END PGP SIGNATURE-

Re: Module Proposal: Parse::Reversible

2007-04-20 Thread Andy Armstrong
doing. I like it. You could extend the syntax to provide for printf() formatting: '/photos/album${ALBUM:\d+}/photo${PHOTO:\d+}.jpg' could optionally be '/photos/album${ALBUM:\d+:%04d}/photo${PHOTO:\d+:%04d}.jpg' to get back strings like '/photos/album0123/photo0001.jpg' - -- Andy

Re: Module proposal: Test::Timer

2007-03-08 Thread Andy Armstrong
is actually wrong or worse. It probably depends on how the task of writing documentation relates to coding for each individual. -- Andy Armstrong, hexten.net

CPANTS?

2007-03-06 Thread Andy Armstrong
Does anyone apart from Thomas Klausner know anything about the status of CPANTS? It's been down for about five days now. I'm trying to offer him free hosting for it but he doesn't seem to be getting his mail just now either. -- Andy Armstrong, hexten.net

Re: supporting older perls

2007-02-25 Thread Andy Armstrong
On 25 Feb 2007, at 05:02, Greg Matheson wrote: How do you find out what can be done in older perls? Is it not possible to build 5.6.2? Archaeology: this seems to be the birth of use constant: http://backpan.hexten.net/authors/id/P/PH/PHOENIX/constant-0.01.readme -- Andy Armstrong

Re: Another non-free license - PerlBuildSystem

2007-02-20 Thread Andy Armstrong
On 19 Feb 2007, at 23:20, David Kaufman wrote: [snip] Enjoy! Superb! :) -- Andy Armstrong, hexten.net

Re: Delete hate speech module

2007-02-08 Thread Andy Armstrong
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8 Feb 2007, at 15:06, imacat wrote: Correction: Time::Cubic. I got some Time Cube madness on an old blog a few years ago: http://www.shitshifter.com/forum.jsp?nid=237 See posts by HEED CUBIC PROPHECIES TO AVERT CUBELESS DOOM - -- Andy

Re: Delete hate speech module

2007-02-08 Thread Andy Armstrong
::, it won't show up. Of course the person who uploaded it may subscribe to this list or have found the public archives. -- Andy Armstrong, hexten.net

Re: Delete hate speech module

2007-02-08 Thread Andy Armstrong
plan it's probably better to do it in private :) -- Andy Armstrong, hexten.net

Re: James Keenan's other modules (was: Re: CGI::Simple)

2007-01-12 Thread Andy Armstrong
that are unloved and unused. - -- Andy Armstrong, hexten.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFFp2e0woknRJZQnCERAquJAJ4hKkNHZKS3u3JnhRbcPd9k7xUm9wCfaKfK M8tnMc8hzZxL8BlEEyAMtVg= =k1gg -END PGP SIGNATURE-

Re: James Freenan's (not Keenan's) other modules (was: Re: CGI::Simple)

2007-01-12 Thread Andy Armstrong
On 12 Jan 2007, at 10:56, Adriano Ferreira wrote: For the record, James Keenan is an active developer (http://search.cpan.org/~jkeenan/). The modules in question were found in James Freeman's directory (http://search.cpan.org/~jfreeman/). Did anyone mention James Keenan? -- Andy Armstrong

Re: James Freeman's other modules (was: Re: CGI::Simple)

2007-01-12 Thread Andy Armstrong
On 12 Jan 2007, at 10:58, Fergal Daly wrote: Changing the subject from Keenan to Freeman (James Keenan is not MIA), Ah - I didn't even read the subject :) -- Andy Armstrong, hexten.net

Re: James Freeman's other modules

2007-01-12 Thread Andy Armstrong
is, there's bound to be somebody in the Perl community questioning it or objecting to it! So don't wait for approval: just do it, whatever it is, then show folks. Good luck! Thanks :) -- Andy Armstrong, hexten.net

Re: James Freeman's other modules

2007-01-12 Thread Andy Armstrong
metadata about whether a module was actively supported that alone might be useful for people. And actually I'm not really proposing anything concrete - just trying to work out how we collectively feel on this topic. -- Andy Armstrong, hexten.net

Re: CGI::Simple

2007-01-10 Thread Andy Armstrong
for someone who obviously invested considerable time, care and skill into producing a module that many have since found useful :) -- Andy Armstrong, hexten.net

Re: CGI::Simple

2007-01-10 Thread Andy Armstrong
://cpan.org/modules/by-authors/id/A/AN/ANDYA/CGI-Simple-0.078.tar.gz Cheers. -- Andy Armstrong, hexten.net

Re: CGI::Simple

2007-01-10 Thread Andy Armstrong
On 10 Jan 2007, at 17:32, David Landgren wrote: Andy Armstrong did write: Once Ask or whoever gives me permissions the new release will appear in the index. For now it can be found here: http://cpan.org/modules/by-authors/id/A/AN/ANDYA/CGI- Simple-0.078.tar.gz Ping brian d foy, but I

Re: CGI::Simple

2007-01-09 Thread Andy Armstrong
will not be fixed. I'm happy to take it on and fix any outstanding bugs. I was looking at it just the other day coincidentally. -- Andy Armstrong, hexten.net

Re: CGI::Simple

2007-01-09 Thread Andy Armstrong
who can test it in a realistic mp2 environment. When you say 'the outstanding bugs' were you referring to the mp2 issue? I'm planning to work through all the bugs but I guessed that that one was probably the most pressing. -- Andy Armstrong, hexten.net

Search CPAN with Google

2006-12-18 Thread Andy Armstrong
a Google powered search to search.cpan.org - but I'd certainly have found it useful in the past. -- Andy Armstrong, hexten.net

Re: List::RewriteElements

2006-12-17 Thread Andy Armstrong
. -- Andy Armstrong, hexten.net

Re: List::RewriteElements

2006-12-16 Thread Andy Armstrong
On 15 Dec 2006, at 21:39, David Landgren wrote: I vote for Transform. Possibly more Data than List but I wouldn't argue it for long. List:: has the connotation doing things to Perl arrays I think. -- Andy Armstrong, hexten.net

Re: Updating a module that's included in another distro

2006-11-26 Thread Andy Armstrong
/Geo/ Gpx.pm | grep \$VERSION 0.10 Indeed - and I've uploaded version 0.11.0 of Geo::Gpx which should be higher than both. I've just tried again with 0.12 to see what happens. -- Andy Armstrong, hexten.net

Re: Updating a module that's included in another distro

2006-11-26 Thread Andy Armstrong
that. I think that Geo::Cache is pretty much unmaintained so maybe the solution is to ask Rich Bowen to let me take that over too - unless anyone can think of anything else. -- Andy Armstrong, hexten.net

Re: Updating a module that's included in another distro

2006-11-26 Thread Andy Armstrong
On 26 Nov 2006, at 11:04, Andy Armstrong wrote: I think that Geo::Cache is pretty much unmaintained so maybe the solution is to ask Rich Bowen to let me take that over too - unless anyone can think of anything else. Solved I think - PAUSE didn't like my use of a qv// version literal

Updating a module that's included in another distro

2006-11-25 Thread Andy Armstrong
could ask Rich to make a release of Geo::Cache that had Geo::Gpx as a dependency rather than bundling it - does anyone know if that'd fix it? -- Andy Armstrong, hexten.net

Re: Updating a module that's included in another distro

2006-11-25 Thread Andy Armstrong
On 25 Nov 2006, at 23:19, Jonathan Rockway wrote: On Saturday 25 November 2006 16:00, Andy Armstrong wrote: Anyway, the PAUSE indexer has failed because: status: Not indexed because Geo-Cache-0.06/lib/Geo/Gpx.pm in R/RB/RBOW/Geo-Cache-0.06.tar.gz has a higher version

Re: framework for tail recursion in pure perl, including Ackerman function

2006-08-31 Thread Andy Armstrong
or a queue - or by turning the tail call into a goto or whatever is just well established practice, no? I don't have anything against discussion (obviously...) but do we need to discuss something that's already so well understood? -- Andy Armstrong, hexten.net

Re: framework for tail recursion in pure perl, including Ackerman function

2006-08-30 Thread Andy Armstrong
be mandatory reading if this is an area you're interested in. -- Andy Armstrong, hexten.net

Re: framework for tail recursion in pure perl, including Ackerman function

2006-08-30 Thread Andy Armstrong
. -- Andy Armstrong, hexten.net

Re: framework for tail recursion in pure perl, including Ackerman function

2006-08-30 Thread Andy Armstrong
is everyone being so difficult the last month? Sorry - flippancy as humour. It should probably be deprecated or something. -- Andy Armstrong, hexten.net

Re: Give up your modules!

2006-08-24 Thread Andy Armstrong
of time can pass between someone maintaining a module for the last time and eventually deciding that they aren't supporting it - human nature being what it is. -- Andy Armstrong, hexten.net

Smoke (was Re: Give up your modules!)

2006-08-24 Thread Andy Armstrong
like to provide more benefit if possible. What specifically is imacat doing that makes her an example of best practice and how may others do something similar? -- Andy Armstrong, hexten.net

Re: Smoke (was Re: Give up your modules!)

2006-08-24 Thread Andy Armstrong
:) -- Andy Armstrong, hexten.net

Re: [EMAIL PROTECTED] mail addresses

2006-08-20 Thread Andy Armstrong
: https://pause.perl.org/pause/query?ACTION=pause_04about -- Andy Armstrong, hexten.net