Re: Must exist, right by Eric Wilhelm- June 18, 2008 from Andy Armstrong on Wednesday 18 June 2008 16:35:>use Data::Auto::Objectify::Thing qw( my_data_field );>> sub new > bless > my_data_field => > foo => 1, 2, 3 ,> bar => eat => &39;drink&39;, sleep => &39;wake&39; ,>...>> ...http://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6624.html Re: Must exist, right by Andy Armstrong- June 18, 2008 On 19 Jun 2008, at 00:35, Andy Armstrong wrote:> It&39;s got to exist, right I had a look but there are so many > (:ObjectData)::. modules that it&39;s a bit hard to see the wood > for the trees :)Ah. I see: http:search.cpan.orgdistClass-AutoAccessBut that creates accessormutators. I want to generate read only accessors and have any arguments to them interpreted as a path into the data structure below the point referred to by the accessor.-- Andy Armstrong, Hextenhttp://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6623.html Must exist, right by Andy Armstrong- June 18, 2008 I assume there&39;s a module that works like this package MyFoo; use Data::Auto::Objectify::Thing qw( my_data_field ); sub new bless my_data_field => foo => 1, 2, 3 , bar => eat => &39;drink&39;, sleep => &39;wake&39; , , shift; package main; my $my_foo = MyFoo->new; my $two = $my_foo->foo( 1 ); my $eat = $my_foo->bar->eat;In other words I want it.http://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6622.html Namespace for module which handles CSV files similar to perl -a by karlheinz- June 17, 2008 hi,I have written a module for parsing CSV on the command line, similar to autosplit. Like this:$ perl -MMyModule -ne &39;f holds field values&39; < some.csvAt the moment I have no real clue which namespace this could fit into.Obviously, because it is meant for quick extraction of data via one-liners, the namespace should preferrably be pretty short.Any hints or suggestions appreciated!Karlheinz Zoechlinghttp://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6621.html Re: CPAN Index Version Problem with Sys-Syslog-0.26.tar.gz by andreas.koenig.7os6VVqR- June 17, 2008 >>>>> On Tue, 17 Jun 2008 00:42:36 +0200, Sébastien Aperghis-Tramoni <sapercpan.org> said: > Andreas, are you able to fix it or do you prefer me to upload a fixed > release, with a new versionFixing this manually was a breeze, so I did it. The new index file isalready on its way through CPAN.-- andreashttp://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6620.html Re: CPAN Index Version Problem with Sys-Syslog-0.26.tar.gz by Sbastien Aperghis-Tramoni- June 17, 2008 Andreas J. Koenig wrote:>>>>>> On Tue, 17 Jun 2008 00:42:36 +0200, Sébastien Aperghis-Tramoni >>>>>> <sapercpan.org> said:>>> Andreas, are you able to fix it or do you prefer me to upload a fixed>> release, with a new version>> Fixing this manually was a breeze, so I did it. The new index file is> already on its way through CPAN.Thank you.-- Sébastien Aperghis-TramoniClose the world, txEn eht nepO.http://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6619.html Re: CPAN Index Version Problem with Sys-Syslog-0.26.tar.gz by Sbastien Aperghis-Tramoni- June 17, 2008 Andreas J. Koenig wrote:>>>>>> On Mon, 16 Jun 2008 13:13:05 +0800, imacat >>>>>> <imacatmail.imacat.idv.tw> said:>>> Dear all,>> This is imacat from Taiwan. I wonder who should I report this>> problem to. The CPAN index seems to have a problem indexing>> Sys-Syslog-0.26.tar.gz. The Sys::Syslog in Sys-Syslog-0.26.tar.gz>> should be of version 0.26, but not 0.25.>>> imacatrinse CPANmodules % gunzip -c...http://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6618.html Re: CPAN Index Version Problem with Sys-Syslog-0.26.tar.gz by andreas.koenig.7os6VVqR- June 17, 2008 >>>>> On Mon, 16 Jun 2008 13:13:05 +0800, imacat <imacatmail.imacat.idv.tw> said: > Dear all, > This is imacat from Taiwan. I wonder who should I report this > problem to. The CPAN index seems to have a problem indexing > Sys-Syslog-0.26.tar.gz. The Sys::Syslog in Sys-Syslog-0.26.tar.gz > should be of version 0.26, but not 0.25. > imacatrinse CPANmodules % gunzip -c 02packages.details.txt.gz grep > Sys-Syslog > Sys::Syslog .http://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6617.html Re: Template oriented module by Ricardo SIGNES- June 16, 2008 Ivan Wills <ivan.willsgmail.com> 2008-06-15T19:54:57> App::Cmd looks interesting but I&39;m not sure it does exactly what I need but> will check it out further. As for App::CLI it could do with some> documentation to describe what it does and how to use it.App::Cmd was largely written to do just what App::CLI does, but with moretesting, documentation, and extensibility.-- rjbshttp://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6616.html Re: Template oriented module by Johan Vromans- June 16, 2008 Quoting Ivan Wills, on June 16 2008, 09:54, in "Re: Template oriente"> As for App::CLI it could do with some> documentation to describe what it does and how to use it.That would be a most welcome contribution.-- Johanhttp://www.nntp.perl.org/group/perl.module-authors/2008/06/msg6615.html |