On Mon, Jun 29, 2009 at 10:22:24AM -0400, David Golden wrote:

> Do you think I need to put out 0.33_06 and regress that or just slip
> it into the 0.34 release?

What could possibly go wrong?  ;)

> > === lib/Module/Build/Version.pm
> > ==================================================================
> > --- lib/Module/Build/Version.pm (revision 2627)
> > +++ lib/Module/Build/Version.pm (local)
> > @@ -61,6 +61,7 @@
> >     no strict 'refs';
> >     *{'version::stringify'} = \*version::vpp::stringify;
> >     *{'version::(""'} = \*version::vpp::stringify;
> > +    *{'version::new} = \*version::vpp::new;
> >  }
> >
> >  # Preloaded methods go here.

Isn't there a missing single quote in the added line?

Marvin Humphrey

Reply via email to