Fixing conflict
authorChris Cormack <crc@arwen.metavore.com>
Fri, 3 Aug 2007 22:14:36 +0000 (17:14 -0500)
committerChris Cormack <crc@arwen.metavore.com>
Fri, 3 Aug 2007 22:14:36 +0000 (17:14 -0500)
about.pl

index ef39f38..35a1a95 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+รถ#!/usr/bin/perl
  
 # This file is part of Koha.
 #
@@ -56,7 +56,7 @@ $template->param(
     zebraVersion  => $zebraVersion,
 );
 
-<<<<<<< HEAD:about.pl
+
 my @component_names =
     qw/MARC::File::XML   MARC::Charset     Class::Accessor
        LWP::Simple       XML::Simple       Net::Z3950
@@ -66,16 +66,6 @@ my @component_names =
        DBI               Net::Z3950::ZOOM
        Date::Calc
       /;
-=======
-my @component_names = qw/MARC::File::XML   MARC::Charset     Class::Accessor
-  LWP::Simple       XML::Simple       Net::Z3950
-  Event             Net::LDAP         PDF::API2
-  Mail::Sendmail    MARC::Record      Digest::MD5
-  HTML::Template    DBD::mysql        Date::Manip
-  DBI               Smart::Comments   Net::Z3950::ZOOM
-  Date::Calc
-  /;
->>>>>>> perltidy:about.pl
 
 my @components = ();