OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-registry Date: 02-Aug-2006 23:32:09 Branch: HEAD Handle: 2006080222320900 Modified files: openpkg-registry registry-ui.pl Log: cosmetics Summary: Revision Changes Path 1.85 +9 -9 openpkg-registry/registry-ui.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-registry/registry-ui.pl ============================================================================ $ cvs diff -u -r1.84 -r1.85 registry-ui.pl --- openpkg-registry/registry-ui.pl 2 Aug 2006 21:27:53 -0000 1.84 +++ openpkg-registry/registry-ui.pl 2 Aug 2006 21:32:09 -0000 1.85 @@ -1,6 +1,6 @@ [EMAIL PROTECTED]@/bin/perl ## -## registry-ui.pl - OpenPKG registration user interface (mod_perl) +## registry-ui.pl - OpenPKG Registry - User Interface (mod_perl) ## Copyright (c) 2000-2005 OpenPKG Foundation e.V. <http://openpkg.net/> ## Copyright (c) 2000-2005 Ralf S. Engelschall <http://engelschall.com/> ## @@ -27,28 +27,28 @@ use strict; use Data::Dumper; +use OSSP::cfg; +use DBI; +use DBD::Pg; use CGI; use CGI::Cookie; use CGI::Session; use CGI::GuruMeditation; -use OSSP::cfg; -use DBI; -use DBD::Pg; use MIME::Base64; use XML::Simple; use String::Divert; use Clone qw(clone); -# configure optional debugging -$Data::Dumper::Purity = 1; -$Data::Dumper::Indent = 1; -$Data::Dumper::Terse = 1; - # program name, version and date my $progname="registry-ui.pl"; my $progvers="0.6.3"; my $progdate="25-Jul-2006"; +# configure data dumper +$Data::Dumper::Purity = 1; +$Data::Dumper::Indent = 1; +$Data::Dumper::Terse = 1; + # determine path to OpenPKG instance my $PREFIX='@l_prefix@'; $PREFIX=$ENV{OPENPKG_PREFIX} if ($ENV{OPENPKG_PREFIX} ne ""); @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org