changeset 11457:4d9686e7c234

[gaim-migrate @ 13696] Adding some missing closing angle brackets on the author fields. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 06 Sep 2005 03:38:13 +0000
parents 8dc405fa5856
children 4db38b374d3f
files plugins/perl/scripts/account.pl plugins/perl/scripts/buddy_list.pl plugins/perl/scripts/conversation.pl plugins/perl/scripts/gtk_frame_test.pl plugins/perl/scripts/request.pl
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/scripts/account.pl	Tue Sep 06 03:29:32 2005 +0000
+++ b/plugins/perl/scripts/account.pl	Tue Sep 06 03:38:13 2005 +0000
@@ -9,7 +9,7 @@
 	version => "0.1", 
 	summary => "Test plugin for the Perl interpreter.", 
 	description => "Implements a set of test proccedures to ensure all functions that work in the C API still work in the Perl plugin interface.  As XSUBs are added, this *should* be updated to test the changes.  Furthermore, this will function as the tutorial perl plugin.", 
-	author => "John H. Kelm <johnhkelm\@gmail.com", 
+	author => "John H. Kelm <johnhkelm\@gmail.com>", 
 	url => "http://sourceforge.net/users/johnhkelm/", 
 	
 	load => "plugin_load", 
--- a/plugins/perl/scripts/buddy_list.pl	Tue Sep 06 03:29:32 2005 +0000
+++ b/plugins/perl/scripts/buddy_list.pl	Tue Sep 06 03:38:13 2005 +0000
@@ -9,7 +9,7 @@
 	version => "0.1", 
 	summary => "Test plugin for the Perl interpreter.", 
 	description => "Implements a set of test proccedures to ensure all functions that work in the C API still work in the Perl plugin interface.  As XSUBs are added, this *should* be updated to test the changes.  Furthermore, this will function as the tutorial perl plugin.", 
-	author => "John H. Kelm <johnhkelm\@gmail.com", 
+	author => "John H. Kelm <johnhkelm\@gmail.com>", 
 	url => "http://sourceforge.net/users/johnhkelm/", 
 	
 	load => "plugin_load", 
--- a/plugins/perl/scripts/conversation.pl	Tue Sep 06 03:29:32 2005 +0000
+++ b/plugins/perl/scripts/conversation.pl	Tue Sep 06 03:38:13 2005 +0000
@@ -9,7 +9,7 @@
 	version => "0.1", 
 	summary => "Test plugin for the Perl interpreter.", 
 	description => "Implements a set of test proccedures to ensure all functions that work in the C API still work in the Perl plugin interface.  As XSUBs are added, this *should* be updated to test the changes.  Furthermore, this will function as the tutorial perl plugin.", 
-	author => "John H. Kelm <johnhkelm\@gmail.com", 
+	author => "John H. Kelm <johnhkelm\@gmail.com>", 
 	url => "http://sourceforge.net/users/johnhkelm/", 
 	
 	load => "plugin_load", 
--- a/plugins/perl/scripts/gtk_frame_test.pl	Tue Sep 06 03:29:32 2005 +0000
+++ b/plugins/perl/scripts/gtk_frame_test.pl	Tue Sep 06 03:38:13 2005 +0000
@@ -8,7 +8,7 @@
 	version => "0.1", 
 	summary => "Test plugin for the Perl interpreter.", 
 	description => "Implements a set of test proccedures to ensure all functions that work in the C API still work in the Perl plugin interface.  As XSUBs are added, this *should* be updated to test the changes.  Furthermore, this will function as the tutorial perl plugin.", 
-	author => "John H. Kelm <johnhkelm\@gmail.com", 
+	author => "John H. Kelm <johnhkelm\@gmail.com>", 
 	url => "http://gaim.sourceforge.net/", 
 	
 	GTK_UI => TRUE,
--- a/plugins/perl/scripts/request.pl	Tue Sep 06 03:29:32 2005 +0000
+++ b/plugins/perl/scripts/request.pl	Tue Sep 06 03:38:13 2005 +0000
@@ -9,7 +9,7 @@
 	version => "0.1", 
 	summary => "Test plugin for the Perl interpreter.", 
 	description => "Implements a set of test proccedures to ensure all functions that work in the C API still work in the Perl plugin interface.  As XSUBs are added, this *should* be updated to test the changes.  Furthermore, this will function as the tutorial perl plugin.", 
-	author => "John H. Kelm <johnhkelm\@gmail.com", 
+	author => "John H. Kelm <johnhkelm\@gmail.com>", 
 	url => "http://sourceforge.net/users/johnhkelm/", 
 	
 	load => "plugin_load",