> [coke - Sat Jul 23 14:25:11 2005]: > > PGE's match objects should be compatible with Data::Dumper. > > (probably a simple rename of the "dump" sub will resolve this.) > >
Done (r9573). The old dump format is still available as before (since PGE's tests currently rely on it), but I added a C<__dump> method that is compatible with Data::Dumper. As part of this change I also moved the dump code out of the PGE.pbc file itself and made it part of PGE/Dumper.pir . Thanks, Pm