[pve-devel] r5012 - pve-common/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Aug 16 13:33:32 CEST 2010


Author: dietmar
Date: 2010-08-16 11:33:31 +0000 (Mon, 16 Aug 2010)
New Revision: 5012

Modified:
   pve-common/trunk/INotify.pm
Log:
export register_file


Modified: pve-common/trunk/INotify.pm
===================================================================
--- pve-common/trunk/INotify.pm	2010-08-16 11:30:37 UTC (rev 5011)
+++ pve-common/trunk/INotify.pm	2010-08-16 11:33:31 UTC (rev 5012)
@@ -13,7 +13,7 @@
 use Linux::Inotify2;
 use base 'Exporter';
 
-our @EXPORT_OK = qw(read_file write_file);
+our @EXPORT_OK = qw(read_file write_file register_file);
 
 my $ccache;
 my $ccachemap;




More information about the pve-devel mailing list