Bug?

2010-06-26 Thread Octavian Rasnita
Hi, I have tried the following sample of using inner/augment from the Moose manual: package Document; use Moose; sub as_xml { my $self = shift; my $xml = document\n; $xml .= inner(); $xml .= /document\n; return $xml; } package Report; use Moose; extends 'Document'; augment

Re: Bug?

2010-06-26 Thread Shlomi Fish
On Saturday 26 Jun 2010 10:20:04 Octavian Rasnita wrote: Hi, I have tried the following sample of using inner/augment from the Moose manual: package Document; use Moose; sub as_xml { my $self = shift; my $xml = document\n; $xml .= inner(); $xml .= /document\n;

Re: Bug?

2010-06-26 Thread Stevan Little
On Jun 26, 2010, at 3:20 AM, Octavian Rasnita wrote: Hi, I have tried the following sample of using inner/augment from the Moose manual: package Document; use Moose; sub as_xml { my $self = shift; my $xml = document\n; $xml .= inner(); $xml .= /document\n; return $xml; } package

Re: Another MooseX::Runnable/MooseX::Getopt/MooseX::Configfile issue

2010-06-26 Thread Karen Etheridge
Please review branch topic/no_auto_help. On Fri, Jun 25, 2010 at 11:14:00AM -0700, Karen Etheridge wrote: SOLVED (as well as my previous post here: http://www.nntp.perl.org/group/perl.moose/2010/06/msg1675.html) Getopt::Long::Parser is being invoked with the wrong config options in