- Fix bug in ZOOM::Connection class code that made the
authormike <mike>
Tue, 10 Oct 2006 16:51:59 +0000 (16:51 +0000)
committermike <mike>
Tue, 10 Oct 2006 16:51:59 +0000 (16:51 +0000)
commitc1ff60d1378d49166ea3bd6a2da0c7b7550e940e
tree2d21338600122e2a3d5d9db89aeb95069e7d47f0
parent35707596e9a39b36e3068f193fc061ea303dfa88
- Fix bug in ZOOM::Connection class code that made the
  difficult to subclass -- when called as
  $class->SUPER::new(@_), the constructor blessed the new
  object into ZOOM::Connection rather than info the subclass.
- ZOOM::Connection::create() may now take either a single
  argument, which is a ZOOM::Options object, or any even
  number of argument (including zero), which are key => value
  pairs of options to set.
lib/ZOOM.pm