Optional Features and down-stream modules

2009-08-17 Thread Zbigniew Lukasiak
completely non-transparent for the down-stream module author). -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/

Re: Module uploaded - whats next?

2009-12-11 Thread Zbigniew Lukasiak
DI is indeed the last resort for sanity. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/

Re: Module uploaded - whats next?

2009-12-11 Thread Zbigniew Lukasiak
on to make sense of the answer). > I pretty much convinced that you are right - but still I would like to try :) Maybe the way forward is not to talk about what is the best thing - but rather about the design choices being made. My hope is that when we spell them precisely w

Re: The CPAN Definitive Tags Spec

2010-08-07 Thread Zbigniew Lukasiak
that can easily slip into the direction of works_on_ubuntu_linux_with_perl5.12.1. And while we are at that - how about using test reports as tags? Totally brainstorming now - but then maybe tags would specify what the author intends to - like declaring that his module should work on all POSIX systems - and for actual confirmation we could use the test reports? -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/

Two modules with the same name (MooseX::SimpleConfig)

2010-08-09 Thread Zbigniew Lukasiak
updated. I thought the CPAN indexer would cry loudly in such a case. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/

Preventing PAUSE from indexing examples

2010-10-17 Thread Zbigniew Lukasiak
How do you prevent PAUSE from indexing example classes? I know about the trick with splitting the package declaration into two lines - but this is both ugly and in conflict with the purpose of newbie friendly examples. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http

Re: Preventing PAUSE from indexing examples

2010-10-17 Thread Zbigniew Lukasiak
On Sun, Oct 17, 2010 at 11:40 AM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: > http://p3rl.org/CPAN::Meta::Spec#no_index Thanks a lot! By the way - is there a way to specify that in dist.ini? -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/

Re: Preventing PAUSE from indexing examples

2010-10-17 Thread Zbigniew Lukasiak
On Sun, Oct 17, 2010 at 11:51 AM, Zbigniew Lukasiak wrote: > On Sun, Oct 17, 2010 at 11:40 AM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: >> http://p3rl.org/CPAN::Meta::Spec#no_index > > Thanks a lot! > >  By the way - is there a way to specify that in dist.ini? OK - now I feel stupid: h

The format of the L formatting code

2010-12-18 Thread Zbigniew Lukasiak
erldoc.perl.org/perlpod.html: Or you can link to a web page: L L Links to an absolute URL. For example, L<http://www.perl.org/> or Lhttp://www.perl.org/>. Am I missing something? -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/

Misleading error message - lack of zlib reported as no libxml2 (compiling XML::LibXML)

2011-01-28 Thread Zbigniew Lukasiak
so] Błąd 1 system call to 'make test 'OTHERLDFLAGS='' failed at Makefile.PL line 470. no libxml2 not found ^ ... underlinings mine After installing sudo apt-get install libzip-dev - all worked OK. This is perl 5, version 12, subversion 3 (v5.12.3) built

How to specify a data file location for tests

2011-03-03 Thread Zbigniew Lukasiak
gi It is not a big deal - I can put app.psgi inside the test file. But a separate file is also a good example and I think there should be some official way to do that. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ http://perlalchemy.blogspot.com/

Re: How to specify a data file location for tests

2011-03-04 Thread Zbigniew Lukasiak
On Fri, Mar 4, 2011 at 3:16 PM, Shawn H Corey wrote: > On 11-03-04 01:54 AM, Zbigniew Lukasiak wrote: > >> my $psgi_file = File::Spec->catfile( 't', 'app.psgi' ); >> > > I thought the tests were done in the t directory. If so, then the file its

Re: How to specify a data file location for tests

2011-03-05 Thread Zbigniew Lukasiak
On Fri, Mar 4, 2011 at 4:57 PM, David Cantrell wrote: > On Fri, Mar 04, 2011 at 09:16:14AM -0500, Shawn H Corey wrote: > > On 11-03-04 01:54 AM, Zbigniew Lukasiak wrote: > > >my $psgi_file = File::Spec->catfile( 't', 'app.psgi' ); > > I thought the t

Re: How to specify a data file location for tests

2011-03-08 Thread Zbigniew Lukasiak
w On Sat, Mar 5, 2011 at 9:15 AM, Zbigniew Lukasiak wrote: > > > On Fri, Mar 4, 2011 at 4:57 PM, David Cantrell wrote: > >> On Fri, Mar 04, 2011 at 09:16:14AM -0500, Shawn H Corey wrote: >> > On 11-03-04 01:54 AM, Zbigniew Lukasiak wrote: >> > >my $psgi_fi