pf-tools commit: r820 [ccaillet-guest] - /branches/next-gen/lib/PFTools/Update/File.pm

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Sat Aug 7 09:49:58 UTC 2010


Author: ccaillet-guest
Date: Sat Aug  7 09:49:56 2010
New Revision: 820

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=820
Log:
partial commit

Modified:
    branches/next-gen/lib/PFTools/Update/File.pm

Modified: branches/next-gen/lib/PFTools/Update/File.pm
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/lib/PFTools/Update/File.pm?rev=820&op=diff
==============================================================================
--- branches/next-gen/lib/PFTools/Update/File.pm (original)
+++ branches/next-gen/lib/PFTools/Update/File.pm Sat Aug  7 09:49:56 2010
@@ -1,2 +1,44 @@
 package PFTools::Update::File;
+##
+##  $Id: Update.pm 805 2010-08-06 10:20:44Z ccaillet-guest $
+##
+##  Copyright (C) 2010 Christophe Caillet <quadchris at free.fr>
+##
+##  This program is free software; you can redistribute it and/or
+##  modify it under the terms of the GNU General Public License
+##  as published by the Free Software Foundation; either version 2
+##  of the License, or (at your option) any later version.
+##
+##  This program is distributed in the hope that it will be useful,
+##  but WITHOUT ANY WARRANTY; without even the implied warranty of
+##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+##  GNU General Public License for more details.
+##
+##  You should have received a copy of the GNU General Public License
+##  along with this program; if not, write to the Free Software
+##  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+##
 
+use strict;
+use warnings;
+
+use Exporter;
+
+our @ISA = ('Exporter');
+
+our @EXPORT = qw(
+	Get_depends_for_action
+	Exec_action
+    Trie_dependances
+    dirname
+);
+
+our @EXPORT_OK = qw();
+
+use File::Compare;
+use File::Copy;
+use PFTools::Logger;
+use PFTools::Parser;
+use PFTools::Net;
+use PFTools::Host;
+




More information about the pf-tools-commits mailing list