Re: OO perl programming

2014-02-15 Thread Janek Schleicher
Am 13.02.2014 21:27, schrieb Uri Guttman: actually that isn't totally true. the concepts are fairly language independent but some languages have better support for OO than others. in particular it isn't hard to do OO even assembler (which i did) in that i grouped common data together and called s

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-15 Thread sisyphus1
Hi Marc, Version 0.034 installed ok for me on Strawberry Perl. The simple.t test script was unable to unlink a dll it had created and produced a few warnings in relation to that – but the tests still passed and the module installed. (Strawberry Perl ships with Module-Build-Tiny, so in order to

Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-15 Thread Marc Perry
Has anyone else encountered this? I had to dig down deep in my testing lore and run 'prove -v t/simple.t' before I could find the STDERR that revealed this. When I reviewed the files in the Module, sure enough: use Module::Build::Tiny (which unfortunately I don't have and am trying to install).

Re: time based test

2014-02-15 Thread David Precious
On Fri, 14 Feb 2014 16:21:52 -0500 shawn wilson wrote: > What I want is to be able to make a program /think/ that it's like a > week in the future without messing with the system time at all. So > something that overrides gmtime and localtime and the like with some > starting point would be aweso