So can someone tell me what the Bundle is here for? What's it trying to
achieve? How would someone use it? Is it part of a bigger test thing
I'm not aware of?
Curious,
xoxo,
Andy
/)
/* PURE, WARN_UNUSED */
{
return hash->entries;
This function is a pure function because it only looks at its
parameters or global memory. The interpreter doesn't get used, but
needs to be passed because all PARROT_API functions have interpreters
passed, so is flagged as a SHIM_INTERP.
Comments?
xoxo,
Andy
Hello, this is a page from the workspace that I wanted you to see. This
page is also available for viewing or editing on the web at:
http://www.perlfoundation.org/parrot/index.cgi?headerizer
Headerizer creates function declarations based on function definitions.
It scans the source files passed t
From: Andy Lester
---
build/gen_metaop_pir.pl | 13 -
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/build/gen_metaop_pir.pl b/build/gen_metaop_pir.pl
index 78e4fce..9af1746 100644
--- a/build/gen_metaop_pir.pl
+++ b/build/gen_metaop_pir.pl
@@ -1,5 +1,5 @@
#!/usr
From: Andy Lester
---
build/Makefile.in |6 +++---
build/gen_junction_pir.pl | 12 +++-
build/gen_uprop_pir.pl| 13 -
build/gen_whatever_pir.pl | 12 +++-
4 files changed, 13 insertions(+), 30 deletions(-)
diff --git a/build/Makefile.in b/build
ountered a case where I wanted to
maintain the same rand() sequence and also use a one-arg crypt().
> I will add a note aboput this to the RFC. If there are no other
> comments, I will freeze it in 24 hours.
I agree this is a non-issue for this RFC.[*]
--
Andy Dougherty
. I think it's a nice little
bit of optional sugar and I don't see any reason to throw it away.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
r would also
seem like a nice idea, but somebody'd have to write it :-).
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
have Dan spend his time and talent trying to specify the api for
perl extensions than trying to specify the api for perl development
groups.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
ns, observations,
> answers) - to the same? *That's* elitist.
Fair enough to a point, but please let's not overburden the experienced
folk by also _expecting_ them to always supply "corrections, observations,
and answers".
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
On Fri, 15 Sep 2000, Chris Nandor wrote:
> You can only avoid breakage with current scripts if you make no changes to
> the current facilities (which is what Andy proposed).
Well I have to admit that I was unaware that on Mac and VMS (without the
wizardry in vms/vms.c) the value retur
.
Another route to keep in mind is spending effort working on and with
things such as perl-byacc (and maybe even the yet-to-be-written perl-lex)
that help turn simple "languages" into perl.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
me problems, it's certainly too complex. For others it might not
be.
Not all problems need be shoe-horned into the same solution box. That's
all I'm trying to say.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
then it can probably be coerced into parsing something much simpler.
So let's get on with the Perl6 parser.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
On Mon, 18 Dec 2000, David Grove wrote:
>
> Andy Dougherty <[EMAIL PROTECTED]> wrote:
>
> > The issues of 'use Python' or 'use Pythonish' are a quite different
> issue.
> > I don't think anyone believes it ought to be easy to *write
bits. Some Crays simply don't have native 32-bit types. All integral
types are 64 bits.
So we can provide something called "I32" but we can't guarantee it's 32
bits.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
ter
how you do it. You must have a clear mapping between the types used in
the library (e.g. int or void * or some POSIXy_t thingy) and the types
used internally in Perl (e.g. IV). Currently we get away with being
sloppy since I32 is almost always the same as int.
--
Andy Dougherty
ently about a GNU one (presumably GPL
> only).
There's a clone of the GPL one that was written specifically to avoid GPL
issues. I'll try to dig up more references when I'm in next week.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
n perhaps we should put the PDP-11 memory model probes back
into Configure? :-)
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
On Sat, 30 Dec 2000, Andy Dougherty wrote:
> > >Anyone know of a good bigint/bigfloat library whose terms are such that we
> > >can just snag the source and use it in perl?
> There's a clone of the GPL one that was written specifically to avoid GPL
> issues. I
t, but Jarkko and I are already
on the -internals list and nothing's happening on the -build list anyway.
Making it easier to cross-compile is one of Jarkko's long-standing goals,
and he's done work on it here and there even in the Perl5 context.
--
Andy Dougherty
that instead. This is effectively what
we do with sdbm/[gno]dbm/db. It is also possibily a possibility with gmp,
since there's the public domain fgmp partial re-implementation (as well as
the existing perl5 pure perl package).
--
Andy Dougherty [EMAIL PROTECTED]
Dept. o
out gmp, while also making it possible to link with gmp if a user
wants the improved performance. (This is similar to what we do with
AnyDBM_File in perl5 -- it's easy to add in Berkeley DB, but not required.
Perl5 comes with sdbm.)
--
Andy Dougherty [EMAIL PROTECTED]
it -- there's not really
much to discuss.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
s for
my previous reports on the subject.
For example, removing time() from the perl5 core means excising the
following from pp_sys.c:
PP(pp_time)
{
djSP; dTARGET;
XPUSHi( time(Null(Time_t*)) );
RETURN;
}
and replacing it by the appropriate auto-loading glue. This
On Wed, 31 Jan 2001, Simon Cozens wrote:
> God gave man two ears and one tongue so that we listen twice as much as
> we speak.
> -- Arab proverb
...but alas on the net we have 10 fingers to type but only 2 eyes to read.
--
Andy Dougherty [EMAIL
.
Zip uses the same compress method as gzip. In fact gzip's author,
Jean-loup Gailly, is also a prominent contributor to InfoZip -- the group
behind Zip and Unzip.
I don't see any licensing advantage to gzip over zip or vice-versa.
--
Andy Dougherty [EMAIL PROTECTED]
simultaneous installation of multiple versions of modules. (I don't
recall the relevant RFC offhand, but I think there's was also a similar
idea in Larry's Atlanta speech.)
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
ing and allow us
to postpone worrying about Configure's replacement.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
agreeable.
There already is a perl6-build list. Perhaps you can just use that?
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
rl
> configuration time. The C-level typedef C and C get you a
> platform-native signed and unsigned integer respectively.
So presumably PERL_INT could be "long long" but IV might just be "long".
Hmm. So how do you carry around a PERL_INT inside the perl6 source?
--
ed to deal with integers in an abstract way,
> you'll use a variable of type INT. That way if you get handed an IV or a
> bigint pointer, both will fit fine.
Ah. I misread that too. You may safely ignore my question about INT as
"long long" then.
--
Andy Dougherty
x27;s as a data format? It won't work for sqrt(2)
> or PI, but it can easily store 1/3 as two (long) integers.
The internal details ought to be invisible. Anyway, since you still can't
store any irrationals exactly, you still have the same issues of rounding
and precision.
--
recisely. I often have one-liners embedded in larger shell scripts.
Most of those survived the perl4->perl5 transition intact. I'd hope the
same can be said for the perl5->perl6 transition.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
and breaking compatibility. Perl6 is likely to
continue in that tradition.
Let's leave -e alone for now and worry about handling specific
incompatibilities when we in fact have some specific incompatibilities to
worry about.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physic
e need a way to tell it that it isn't.
perl -M6 -e ...
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
at's a change from perl5 practice, but probably a good
one. It's worth noting explicitly in the appropriate PDD.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
l those defines
#include "myprogram.h"
#include
#include
Of course _that_ could still collide with a #define for str_to_UTF() in
myprogram.h, though this is starting to get less likely.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
e flag would be a good choice in that it's very human-readable.
More readable than the already-supporrted -M7 ? Do we *really*
need a new command-line option that is one character shorter than an
existing command-line option that can do exactly the same thing?
--
Andy Dougherty
ace to make such charges.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
s
> always a big plus.
Starting with 'P' is useful so we can keep our acronyms such as PMC and
PDD :-). It's just an internal code name, so it probably doesn't matter if
it's taken for another purpose.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
yet to see what changes might be in store for
how, when, and why we'll be using method calls in perl6 vs. perl5.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
nd endianness
come to mind
makes me wonder how feasible that hope is.
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042
. However, note that this Makefile is
for the maintainer's use only. The Configure maintainer runs metaconfig
which sorts all this stuff out, and then ships the finished Configure
file, which has all the steps in the right order.
--
Andy Dougherty [EMAIL PROTECTED]
On Fri, Dec 02, 2005 at 12:10:24PM -0800, Ovid ([EMAIL PROTECTED]) wrote:
> I've wondered about this myself. I've taken over Class::Trait but I
> can't take ownership of the RT requests.
RT should do it automagically. Email Jesse directly if not.
xoxo,
Andy
--
Andy Leste
On Fri, Dec 02, 2005 at 03:19:42PM -0500, Christopher H. Laco ([EMAIL
PROTECTED]) wrote:
> For which, first-come, or do all of the co-maints have full RT access as
> well?
I don't know.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Sat, 3 Dec 2005, Leopold Toetsch via RT wrote:
>
> On Dec 2, 2005, at 19:59, Andy Dougherty (via RT) wrote:
>
> > Parrot_jit_emit_mov_mr_offs blib/lib/libparrot.a(jit.o)
> > Parrot_jit_emit_get_base_reg_no blib/lib/libparrot.a(jit.o)
> > Parrot_jit_em
Leo> Can you provide dummy subs for the _offs functions and put in a dummy
Leo> define for the get_base_reg_no macro that returns some valid register
Leo> number.
Andy> I'll try something, but it'll be nearly blind guessing -- I don't know
Andy> anywhere near e
t'd be nice to just
run Configure.pl --generate (or some such) and have it regenerate the
generated files without having to go through and re-run all of the
Configure.pl tests.
--
Andy Dougherty [EMAIL PROTECTED]
en you'll tell me what project you want set up.
Let us know how it goes! We're glad to have you join us.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
iable nor the variable that has
> been
> assigned from it are referenced. Is it because this functionality was removed
> or because these lines were accidently removed? In any case, it should be
> fixed.
I've pulled it out. Thanks.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote:
> However prove does not have a "--perl" switch:
Fixed in Test::Harness 2.57_01. Thanks.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
ot;
);
-my $tests = File::Spec->catfile( 't', 'prove*.t' );
+$prove = "$^X $prove";
GLOBBAGE: {
my @actual = sort qx/$prove --dry $tests/;
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Wed, 4 Jan 2006, Joshua Hoblitt via RT wrote:
> Andy,
>
> Were you caught by either "takes too long" or "Overwhelms some
> compilers."?
Well, it hadn't quite overwhelmed the compiler yet -- it was swapping like
mad for at least 20 minutes and still
On Wed, 4 Jan 2006, jerry gay via RT wrote:
> On 1/4/06, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > On Wed, 4 Jan 2006, Joshua Hoblitt via RT wrote:
> > > I'm wondering if it's worth disabling optimizations for
> > > those compilati
c -C ../tmp/ack.pir 11
Ack(3, 11) = 16381
real1m1.211s
user1m1.087s
sys 0m0.021s
Something's obviously very goofy there, but I don't know what.
--
Andy Dougherty [EMAIL PROTECTED]
t/past.t6 1536 76 85.71% 2-7
t/past_op.t 2 512 22 100.00% 1-2
t/past_val.t2 512 22 100.00% 1-2
t/post.t2 512 32 66.67% 2-3
t/post_op.t 2 512 22 100.00% 1-2
t/post_val.t2 512 22 100.00% 1-2
*** Error code 2
make: Fatal error: Command failed for target `test'
--
Andy Dougherty [EMAIL PROTECTED]
On Fri, 10 Feb 2006, Allison Randal wrote:
> On Feb 10, 2006, at 9:56, Andy Dougherty via RT wrote:
> >
> > I too had seen this memory problem before on Solaris/SPARC, but I'm
> > pretty sure I saw it even when running t/past_node_5.pir directly.
> > However,
On Wed, 15 Feb 2006, Leopold Toetsch via RT wrote:
> Andy, I've already asked once: don't you have svn access? If no (and if
> you want it) please mail me your auth.perl.org account data, to get you
> svn priv bits.
I do have priv bits, and have on rare occasion used them, b
11 100.00% 1
t/src/io.t 2 512202 10.00% 4 7
Failed 64/228 test scripts, 71.93% okay. 1249/4846 subtests failed, 74.23% okay.
9 tests and 728 subtests skipped.
--
Andy Dougherty [EMAIL PROTECTED]
eanarray is taking 64 bytes to store 1 bit
of information. When Jerry applied that patch, he agreed that was odd and
decided to leave the ticket open pending further investigation.
--
Andy Dougherty [EMAIL PROTECTED]
On Thu, 16 Feb 2006, Leopold Toetsch via RT wrote:
>
> On Feb 16, 2006, at 17:34, Andy Dougherty wrote:
>
> >
> >> This bug seems to have resolved itself at least on amd64/linux.
> >> Please
> >> re-open this bug if it's still failing for you. T
...
Sigh. I wish it were that simple, or that funny.
$ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
real0m16.84s
user0m0.09s
sys 0m0.20s
$ time svn co http://svn.perl.org/parrot/trunk parrot-trunk
real 2:01:50.3
user 1:02.0
sys44.9
It's something specific to svn. No, I don't know what.
--
Andy Dougherty [EMAIL PROTECTED]
On Fri, 17 Feb 2006, Matt Fowles wrote:
>
> On 2/17/06, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > Sigh. I wish it were that simple, or that funny.
> >
> > $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
> >
> > real0m16.8
On Fri, 17 Feb 2006, jesse wrote:
>
> > On Fri, 17 Feb 2006, Matt Fowles wrote:
> >
> > >
> > > On 2/17/06, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > > > $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
> > >
On Mon, 27 Feb 2006, Allison Randal via RT wrote:
> > It looks like 'node.set_node' doesn't actually end up doing
> > anything.
>
> Andy, could you try this again on the 0.4.2 release of Parrot? I cleaned
> up the method declaration syntax just before the rel
> On Fri, Feb 17, 2006 Andy Dougherty wrote:
[svn co on Solaris 8 is painfully *slow*]
> $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
>
> real0m16.84s
> user0m0.09s
> sys 0m0.20s
>
> $ time svn co http://svn.perl.org/parrot/trunk p
ve all the various
*BSD distributions drifted apart far enough that it makes sense to
maintain completely independent hints and platform directories for each?
--
Andy Dougherty [EMAIL PROTECTED]
On Sat, 4 Mar 2006, Leopold Toetsch wrote:
>
> On Feb 28, 2006, at 19:27, Andy Dougherty wrote:
>
> >
> > Executive summary -- svn co on Solaris 8 is still *slow*! I"ll stick
> > to fetching snapshots with wget.
>
> Dumb question? Why 'svn co'
ome additional libraries first.
(See the ghc download page for details.) Last time I checked, not all
those libraries built for me on Solaris 8, so I was never able to get ghc
(and hence pugs) up and running. You may have better luck on Solaris 10,
or the libraries may have been fixed since t
s do their jobs.
Here's my first patch. Let me know if y'all see this sort of work as
useful, or if I shouldn't bother.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
Index: src/builtin.c
==
e there? I think I'd prefer to see a whole list.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
ntionally
dupes of each other? For example, there's jit_cpu.c and exec_cpu.c, and
apparently are exact clones of each other.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
e? Or, maybe better for
> me, how do I discern what you discerned? (I wanna discern!!)
Look at the tops of the files that have dupes. A couple that I looked
at have "Generated by xxx/xxx/xxx.pl" at the top.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
Can you do it without the autogenerated files
in there? Those, I expect to have duplicated code.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
I'm adding a section to Test::Harness::TAP on non-Perl TAP.
http://svn.perl.org/modules/Test-Harness/trunk/lib/Test/Harness/TAP.pod
If you know of one, please send me some text to add.
Thanks,
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
who has no idea how/why you'd use TAP outside of Perl?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
How non-Perl do you want? Does the Perl 6 version of Test.pm or
Test::Builder/Test::More count? How about the Parrot versions?
Sure, lemme have 'em.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
I'm about to release T::H 2.58, but I have a pretty big difference in
how globbing is done in prove, per Audrey.
Please download and try it out on your box and make sure it's all good.
Thanks!
xoox,
Andy
Begin forwarded message:
From: PAUSE <[EMAIL PROTECTED]>
Date: April
On Apr 17, 2006, at 8:14 PM, James E Keenan wrote:
Here is a portion of the output of 'prove -vb t/test-harness.t'.
Is it what you would expect?
The big thing that's a question is in globbing of files on the
command line.
--
Andy Lester => [EMAIL PROTECTED] =
r
own grammars and thus structure the output to better suit their needs.
Patches less welcome! :-)
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
assed and reported on them. Maybe
this
would be worthy of a Summer of Code project, or it may actually be
something much easier and basic that a normal grant would work for
this.
At least put it in the queue...
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
BTW, the patch only shows TODO pass status when no failures occur.
Oh and obviously all of Test::Harness'es tests pass. :-)
This patch doesn't apply against my latest dev version of
Test::Harness. I'm going to have to massage it manually.
But I like the idea. Thanks.
quest entered by: PETDANCE (Andy Lester)
Request entered on: Wed, 19 Apr 2006 05:33:58 GMT
Request completed: Wed, 19 Apr 2006 05:50:05 GMT
Thanks,
--
paused, v460
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
(Solaris 8/SPARC) for quite a long
time (since last summer at least, I think). I tried to see if it's still
there in the current code, but my build & test script aborted at the
Configure.pl stage (due to the changed perl version requirements).
--
Andy Dougherty [EMAIL PROTECTED]
e 243.
I have no strong opinion on which version to use, but the two files ought to
agree.
--
Andy Dougherty [EMAIL PROTECTED]
ed anywhere?
--
Andy Dougherty [EMAIL PROTECTED]
6.tar.gz
size: 69114 bytes
md5: 41efc0985146e4f7d678ec7cb9b59047
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
$VERSION.
I'm sorry, I didn't mean for anyone to bother going to this trouble.
I've always known what it was.
It'll go away in the next version.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
e, I have no strong opinion on which version to use, but the main
parrot README certainly ought to reflect reality.
diff -r -u parrot-current/lib/Parrot/Distribution.pm
parrot-andy/lib/Parrot/Distribution.pm
--- parrot-current/lib/Parrot/Distribution.pm Tue Mar 14 19:15:06 2006
+++ parrot-andy/
On Tue, 25 Apr 2006, Leopold Toetsch via RT wrote:
> On Apr 25, 2006, at 17:34, Andy Dougherty (via RT) wrote:
>
> > Previously, I expect the only reason it was passing for some folks is
> > that
> > unused I registers are somehow automatically set to 0 on Linux/x86
On Fri, 21 Apr 2006, Andy Dougherty wrote:
> On Fri, 21 Apr 2006, Will Coleda wrote:
>
> > OSX 10.4.6, PPC
> >
> > This failure has been pretty persistent the past few weeks:
> >
> > t/src/hash.t1 256111 9.09% 6
> >
> >
uers" anywhere obvious? I don't
see it anywhere obvious either in the source or in the recent
perl6-internals archives. Perhaps I've missed it somewhere.
--
Andy Dougherty [EMAIL PROTECTED]
strings" => Null PMC access in get_integer()
2got: '"hash1" => Null PMC access in get_integer()
1got: '"hash" => Null PMC access in get_integer()
1got: '"array of various strings" => Null P
On Fri, 28 Apr 2006, Patrick R. Michaud wrote:
> On Fri, Apr 28, 2006 at 11:02:53AM -0400, Andy Dougherty wrote:
> > Something's gone horribly wrong after the recent PGE check-in. I don't
> > actually think it's in PGE, just that the new PGE is triggering som
I made the Makefile's handling of ctags a lot smarter, so that the
tag refers to the .pmc file, instead of the .c file, for example.
And I put the tags file in Subversion.
xoxo,
Andy
On May 5, 2006, at 9:40 PM, [EMAIL PROTECTED] wrote:
Author: petdance
Date: Fri May 5 19:40:55 200
s based on libtidy.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On May 8, 2006, at 11:20 AM, A. Pagaltzis wrote:
* Andy Lester <[EMAIL PROTECTED]> [2006-05-08 18:00]:
Try my HTML::Tidy. It's based on libtidy.
Speaking of which, any chance that’ll get a somewhat usable
interface? Right now, parser options have to be written to a file
and t
Here's an example of why I'm not real excited about CPANTS:
http://community.livejournal.com/perl/120747.html
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
that we're playing for different goals. Schwern was
saying that the improvement of the modules is a game. PerlGirl is
making a game out of improving the numeric score for her modules, but
without any improvement of the module itself.
--
Andy Lester => [EMAIL PROTECTED] => www.p
1 - 100 of 1361 matches
Mail list logo