Overcoming EU::MM's default behaviour for files ending with ".pl" in the module's root directory.

2010-11-20 Thread Shlomi Fish
akefile.PLs generated by 'traditional' to only process the modules under "./lib". Regards, -- Shlomi Fish -- -- Shlomi Fish http://www.shlomifish.org/ Electrical Engineering studies. In the Technion. Been there. Done that. Forgot a lot. Remember too much.

Re: Default for $builder->prefix()

2009-03-03 Thread Shlomi Fish
On Tuesday 03 March 2009 16:15:28 Shlomi Fish wrote: > On Saturday 28 February 2009 03:52:50 Michael G Schwern wrote: > > Shlomi Fish wrote: > > > $builder->add_build_element('extradata'); > > > $builder->install_path->{'extradata'} = $build

Re: Default for $builder->prefix()

2009-03-03 Thread Shlomi Fish
On Saturday 28 February 2009 03:52:50 Michael G Schwern wrote: > Shlomi Fish wrote: > > $builder->add_build_element('extradata'); > > $builder->install_path->{'extradata'} = $builder->prefix() . > > "/data/modules/XML-Grammar-Products

Re: Default for $builder->prefix()

2009-03-03 Thread Shlomi Fish
On Friday 27 February 2009 20:05:01 Eric Wilhelm wrote: > # from Shlomi Fish > > # on Friday 27 February 2009 06:42: > >    extradata_files => > >    { > >        map { $_ => $_ } @extradata_files, > >    }, > > map {$_

Adding a new build_element (continued).

2009-03-01 Thread Shlomi Fish
cation/$fn"; } my $builder = Test::Run::Builder->new(    module_name         => 'XML::Grammar::ProductsSyndication',    license             => 'bsd',    dist_author         => 'Shlomi Fish ',    dist_version_from   => 'lib/XML/Grammar/ProductsSyndi

Adding a new build_element (continued).

2009-02-28 Thread Shlomi Fish
cation/$fn"; } my $builder = Test::Run::Builder->new(    module_name         => 'XML::Grammar::ProductsSyndication',    license             => 'bsd',    dist_author         => 'Shlomi Fish ',    dist_version_from   => 'lib/XML/Grammar/ProductsSyndi

Re: Default for $builder->prefix()

2009-02-27 Thread Shlomi Fish
Hi Curtis! On Friday 27 February 2009 18:48:24 Curtis Jewell (Perl-programming e-mail) wrote: > On Fri, 27 Feb 2009, Shlomi Fish wrote about Re: Default for $builder- >prefix(): > > Am I right, or is there a better or more correct solution? > > > > Regards, > > &

Re: Default for $builder->prefix()

2009-02-27 Thread Shlomi Fish
On Friday 27 February 2009 16:42:58 Shlomi Fish wrote: > Hi all! > > In the XML-Grammar-ProductsSyndication Build.PL file, I have the following > code: > > {{{ > use strict; > use warnings; > > use File::Spec; > use lib File::Spec->catdir(F

Default for $builder->prefix()

2009-02-27 Thread Shlomi Fish
$filename; } } find({ wanted => \&filter_files, no_chdir => 1}, "extradata"); my $builder = Test::Run::Builder->new( module_name => 'XML::Grammar::ProductsSyndication', license => 'bsd', dist_author =&

Re: Fwd: argh

2008-09-11 Thread Shlomi Fish
meter you specify explicitly. So if you specify 'module_name => $mn' and 'dist_version_from => $dvf' then the dist name would be based on $mn and the version will be taken from $dvf. Regards, Shlomi Fish --

Re: more META.*.yml files

2008-08-05 Thread Shlomi Fish
On Monday 04 August 2008, Eric Wilhelm wrote: > # from Shlomi Fish > > # on Monday 04 August 2008 04:14: > >> But a patch demonstrating what you want would probably be more > >> convincing, in that we could much better understand what it is you > >> want. > &

Re: [RESEND] Machine-Manipulatable Arguments for Module::Build

2008-08-04 Thread Shlomi Fish
Hi! On Monday 04 August 2008, David E. Wheeler wrote: > On Aug 3, 2008, at 05:19, Shlomi Fish wrote: > > Hmmm... that's interesting. Sounds useful. Is it supported in > > search.cpan.org/kobesearch yet? Of course, I'd also like to have > > Freshmeat-like categorie

Re: [RESEND] Machine-Manipulatable Arguments for Module::Build

2008-08-03 Thread Shlomi Fish
On Saturday 02 August 2008, David E. Wheeler wrote: > On Aug 2, 2008, at 07:17, Shlomi Fish wrote: > > http://xrl.us/bi6n9 (link to svn.berlios.de) is a functional spec > > for a way to > > tag and classify CPAN modules. Those tags and catgories should end > > up i

[RESEND] Machine-Manipulatable Arguments for Module::Build

2008-08-02 Thread Shlomi Fish
d as a user-land wrapper around Module::Build, but would like to get some input first. And if anyone has a preference for the location of the data file or files (or __DATA__) - voice his opinion now.[1] Regards, Shlomi Fish -----

Re: Custom extensions to META.yml

2007-03-01 Thread Shlomi Fish
nk about adding a field in META.yml like "notes" for this kind of extra information. E.g.: notes: cc_author: no I would prefer the second option because it is more modular. However, there should be a way to add things to it easily when preparing the META.yml. Regards, Shlomi Fish