Dear Professionals, We Career Soft Solutions, a Leading Consultancy Group, have some of the Top IT Companies across India as our Client base. We are taking ...
Hi, We are currently looking for Perl professionals for one of our clients. Details are as under : Skills : Perl, Shell Scripting, Sybase Experience : 2-6...
Revision 2.31 2004/09/15 20:50:01 dobbs * Bivio::Mail::Common->send() can now accept a string * Bivio::Test::Language::HTTP->verify_form() now correctly...
Revision 2.41 2004/11/04 15:14:56 moeller * Bivio::UI::HTML::Widget::FirstFocus new widget which sets focus to the first form field on the page * Added...
Revision 2.45 2004/12/07 19:44:06 moeller * PetShop warning color now different from error color so the acceptance tests don't think the page is in error *...
Revision 2.47 2004/12/29 20:33:38 moeller * Bivio::Biz::PropertyModel dies if update() is called on an unloaded model * Bivio::Type::Secret allows for...
Revision 2.48 2005/01/05 23:35:30 nagler * IMPORTANT: Bivio::Type::Number now uses GMP available from: http://www.gnu.org/software/gmp/ You need to install...
... Sort of. If you make a Bivio::ShellUtil (see Bivio::PetShop::Util.pm as an example), you can call bOP as a program. At the same time, we don't recommend...
Today I started to try to learn Bivio-BOP in earnest. After grousing around, I came across the unit testing framework. This is a neat way to catalog all of my...
I brought up this point back in the p5ee days and now I return to it. + Why is a display class at the root of the type hierarchy? + Ultimately, how does the...
... Fixed, thanks. ... On the extremeperl group, you can find our b-perl.el extensions: http://groups.yahoo.com/group/extremeperl/files/ I don't know if it...
... We use single inheritance. The root of all classes is Bivio::UNIVERSAL. This gives us a nice hook for doing object level things in bOP. Most objects in...
... I'm fairly certain that the 2.47 and 2.48 public releases don't have any files ending in .t: terry@Abulafia:~/perl/dl/Bivio-bOP-2.47$ find . -name '*.t' ...
I wrote a little program to play around with the PetShop types and came up with numerous questions/comments along the way: # how do as_int and as_sql_param...
PetShop Types in Use Having familiarized myself with the PetShop types, I see that they are mostly subclasses of Bivio::Type::Enum. The price type subclasses...