Closing ticket.
# New Ticket Created by James Keenan
# Please include the string: [perl #42337]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42337 >
This patch transfers one aspect of Configure.pl's functionality --
its listing of the
Applied to trunk in r18033. Thanks, Shawn!
Hi,
I've now got the inspect_str and inspect vtable methods implemented for
the Class PMC, and the method "attributes", "methods", "roles" and
"parents" delegate to inspect_str (and that's testable and working).
However, there is no way (unless I'm missing it) in PDD15 to call
inspect and in
# New Ticket Created by "Jim McKim"
# Please include the string: [perl #42334]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42334 >
---
osname= linux
osvers= 2.6.15-gentoo-alt2
arch= x86_64-linux
cc= x86_64-pc-linux
Patch committed to trunk in r18027.
Hi,
[EMAIL PROTECTED] wrote:
> Can someone point me to the docs or code where I can find out how to use
> that Regex object (or to the proper list or channel in which to ask)?
> I'm hoping the regex is going to contained my named captures.
It's in S05: http://perlcabal.org/syn/S05.html#Return_v
I'm working on a grammar in Perl 6 to parse Java. I followed the synopsis to
get this:
my $parse_tree;
given $raw_method {
$parse_tree = m:keepall/. That seems very good to me.
Can someone point me to the docs or code where I can find out how to use that
Regex object (or t
Author: kjs
Date: Fri Apr 6 10:18:06 2007
New Revision: 18013
Modified:
trunk/docs/pdds/pdd15_objects.pod
Log:
pdd15:
* yet another minor typo: 'instantiatated -> instantiated'
Modified: trunk/docs/pdds/pdd15_objects.pod
===
Author: kjs
Date: Fri Apr 6 10:09:26 2007
New Revision: 18011
Modified:
trunk/docs/pdds/pdd15_objects.pod
Log:
pdd15:
* fix minor typo (PMCS -> PMCs)
* add space to fix inheritance tree of RubyString example.
Modified: trunk/docs/pdds/pdd15_objects.pod
===
Author: kjs
Date: Fri Apr 6 09:44:16 2007
New Revision: 18010
Modified:
trunk/docs/pdds/pdd15_objects.pod
Log:
pdd15:
* fix typo ('languaes' => 'languages')
Modified: trunk/docs/pdds/pdd15_objects.pod
==
--- trunk/do
11 matches
Mail list logo