After upgrading to 3.0, I started to get this error when I rebuilt my site:

CODE
Can't locate Data/Dumper.pm in @INC (@INC contains: ./extlib ./lib ./extlib ./lib /usr/local/lib/perl5/sun4-solaris/5.00404 /usr/local/lib/perl5 /usr/local/lib/perl5/site_perl/sun4-solaris /usr/local/lib/perl5/site_perl .) at lib/MT.pm line 561.


Based on something I picked up on another thread, I commented out the call to "Data/Dumper.pm" in the MT.pm file because apparently it was just left over from debugging.

But now I get the following error when I try to rebuild:

CODE
syntax error at extlib/DateTimePP.pm line 24, near "++ for " BEGIN not safe after errors--compilation aborted at extlib/DateTimePP.pm line 43. BEGIN failed--compilation aborted at extlib/DateTime.pm line 44.


That one looks a wee more serious. Anyone have any ideas? Thanks.