Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
Okay, the person who wrote L'ane POS has really done a lot of work and I don't want to knock it, but eval'ing code stored in the database? And said code has subtitutions with the
And the code makes reference to the LanePOS::CreditCardServices module, which we don't have. Hmmm...
my eval defense (Score:1)
First, Perl was selected for platform independence. I wanted to be able to extend the system with plugins written in the same language as the main application. I also wanted to store the plugins in the database in order to reduce the number of communication channels that would need to be secured in a system. As PostgreSQL supports SSL easily, I feel the plugins stored in the database would be more secure than plugins stored in
Re:my eval defense (Score:1)
Aah ... I wondered if the person who wrote L'ane would eventually read this. Hope I didn't sound too harsh :(
I am currently working on LanePOS::CreditCard which relies on the MCVE engine. I don't know if it's going to be implemented, though, as they can always swipe cards by hand.
Hopefully, when we're at a more stable spot, we can send back to you most of the work that we've done, along with what will likely be over 1,000 tests for the system :)
Re:my eval defense (Score:1)