[Bps-public-commit] r17500 - in Net-Trac/trunk: .

trs at bestpractical.com trs at bestpractical.com
Wed Dec 31 16:20:41 EST 2008


Author: trs
Date: Wed Dec 31 16:20:33 2008
New Revision: 17500

Modified:
   Net-Trac/trunk/   (props changed)
   Net-Trac/trunk/lib/Net/Trac/Mechanize.pm

Log:
 r43361 at zot:  tom | 2008-12-31 16:11:18 -0500
 Fix class


Modified: Net-Trac/trunk/lib/Net/Trac/Mechanize.pm
==============================================================================
--- Net-Trac/trunk/lib/Net/Trac/Mechanize.pm	(original)
+++ Net-Trac/trunk/lib/Net/Trac/Mechanize.pm	Wed Dec 31 16:20:33 2008
@@ -10,7 +10,9 @@
     return ( $self->trac_user => $self->trac_password );
 }
 
-__PACKAGE__->meta->make_immutable;
+# This is commented because it breaks the class, causing it to
+# seemingly not follow HTTP redirects.
+#__PACKAGE__->meta->make_immutable;
 no Moose;
 
 1;



More information about the Bps-public-commit mailing list