On Sun, 2010-05-30 at 20:46 -0400, Andrew Ross wrote: > ----- "Jeff Fearn" <[email protected]> wrote: > > > > > Maybe a package changed ... can you try the following patch? > > > > > > $ svn diff -x -u lib/Publican.pm > > Index: lib/Publican.pm > > =================================================================== > > --- lib/Publican.pm (revision 1282) > > +++ lib/Publican.pm (working copy) > > @@ -5,7 +5,6 @@ > > use strict; > > > > use Carp; > > -use version; > > use Config::Simple; > > use XML::TreeBuilder; > > use I18N::LangTags::List; > > @@ -17,7 +16,7 @@ > > > > use vars qw(@ISA $VERSION @EXPORT @EXPORT_OK $SINGLETON $LOCALISE); > > > > -$VERSION = version->new('1.6.3'); > > +$VERSION = '1.6.3'; > > @ISA = qw(Exporter AutoLoader); > > > > @EXPORT > > > > > > Hmmm no luck :-/ > > [anr...@glamdring publican-1.6]$ ./Build clean > Deleting META.yml > Deleting tmp > Deleting Publican-v1.6.3.tar.gz
You need to run './Build realclean' then 'perl Build.PL' to get ./Build updated. Cheers, Jeff. -- Jeff Fearn <[email protected]> Software Engineer Engineering Operations Red Hat, Inc Freedom ... courage ... Commitment ... ACCOUNTABILITY Sure our competitors can rebuild the source but can they engage the customer the same way? -wmealing _______________________________________________ publican-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/publican-list Wiki: https://fedorahosted.org/publican
