this will help
authorivan <ivan>
Tue, 30 Jun 2009 11:09:23 +0000 (11:09 +0000)
committerivan <ivan>
Tue, 30 Jun 2009 11:09:23 +0000 (11:09 +0000)
FS/FS/part_export/netsapiens.pm

index a1957d4..eea2509 100644 (file)
@@ -41,7 +41,7 @@ sub ns_device_command {
   $self->_ns_command('device', @_);
 }
 
-sub ns_command {
+sub _ns_command {
   my( $self, $prefix, $method, $command ) = splice(@_,0,4);
 
   eval 'use REST::Client';
@@ -281,7 +281,6 @@ sub export_device_delete {
 
   '';
 
-
 }