The unified diff between revisions [9eeb88a3..] and [5a1c6048..] is displayed below. It can also be downloaded as a raw diff.
# # old_revision [9eeb88a332c3478da83dc4c56e77bff12f9d4e74] # new_revision [5a1c604855318af35b81e455fbf0958de3720221] # # patch "orangelogin.pl" # from [f8a25254f258fcb8a3de0948fe3815aa6bb4200d] # to [d40a1d09f97fd73db324c3da05a9d53fac747027] # ============================================================ --- orangelogin.pl f8a25254f258fcb8a3de0948fe3815aa6bb4200d +++ orangelogin.pl d40a1d09f97fd73db324c3da05a9d53fac747027 @@ -62,6 +62,8 @@ $mech->submit_form( } ); +follow_processing(); + print "Following view your bills link\n"; $mech->follow_link( text_regex => qr/view your bills/ );