From 28f4951fb424ad55cf08f734cb45e80c754000b6 Mon Sep 17 00:00:00 2001 From: Gavan Fantom Date: Thu, 2 Aug 2012 13:41:59 +0000 Subject: [PATCH] Orange changed the name of a link. --- orangelogin.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orangelogin.pl b/orangelogin.pl index dee6133..d0bbafd 100755 --- a/orangelogin.pl +++ b/orangelogin.pl @@ -64,9 +64,9 @@ $mech->submit_form( follow_processing(); -print "Following view your bills link\n"; +print "Following see your recent bills link\n"; -$mech->follow_link( text_regex => qr/view your bills/ ); +$mech->follow_link( text_regex => qr/see your recent bills/ ); follow_processing();