Update my email address and remove CGI::Carp which is for debugging only.
git-svn-id: svn://10.0.0.236/trunk@165905 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ece1b6b608
commit
86d97662d4
@ -27,7 +27,6 @@
|
||||
|
||||
# Send comments, improvements, bugs to Benjamin Smedberg <benjamin@smedbergs.us>
|
||||
use CGI;
|
||||
use CGI::Carp qw(fatalsToBrowser);
|
||||
|
||||
$query = new CGI;
|
||||
$field_separator = '<<fs>>';
|
||||
@ -164,7 +163,7 @@ sub print_script_preview {
|
||||
<a href="http://www.mozilla.org/build/">the build instructions</a>.
|
||||
|
||||
<address>Maintained by
|
||||
<a href="mailto:bsmedberg@covad.net?subject=Build Configurator">Benjamin Smedberg <bsmedberg@covad.net></a></address>
|
||||
<a href="mailto:benjamin@smedbergs.us?subject=Build Configurator">Benjamin Smedberg <benjamin@smedberg.us></a></address>
|
||||
);
|
||||
}
|
||||
|
||||
@ -360,7 +359,7 @@ sub print_configure_form {
|
||||
<a href="http://www.mozilla.org/build/">Back to the Build Instructions</a>
|
||||
|
||||
<address>Maintained by
|
||||
<a href="mailto:bsmedberg@covad.net?subject=Build Configurator">Benjamin Smedberg <bsmedberg@covad.net></a></address>
|
||||
<a href="mailto:benjamin@smedbergs.us?subject=Build Configurator">Benjamin Smedberg <benjamin@smedbergs.us></a></address>
|
||||
);
|
||||
|
||||
print "\n</body>\n</html>\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user