--- a/libpurple/plugins/perl/common/Makefile.PL.in Sun Jun 02 23:35:00 2013 -0700 +++ b/libpurple/plugins/perl/common/Makefile.PL.in Sun Jun 02 23:59:55 2013 -0700 @@ -8,7 +8,7 @@ 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => '@srcdir@/Purple.pm', # finds $ABSTRACT - AUTHOR => 'Purple <http://pidgin.im/>') : ()), + AUTHOR => 'Purple <https://pidgin.im/>') : ()), 'DEFINE' => '@DEBUG_CFLAGS@', 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' }, 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',