Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r830 - in trunk/NMWG: . lib

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/SA2T3-OPPD] r830 - in trunk/NMWG: . lib


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r830 - in trunk/NMWG: . lib
  • Date: Wed, 26 Feb 2014 18:43:48 +0000 (GMT)

Author: dfn.calim
Date: 2014-02-26 18:43:48 +0000 (Wed, 26 Feb 2014)
New Revision: 830

Added:
trunk/NMWG/lib/NMWG.pm
Removed:
trunk/NMWG/NMWG.pm
Log:
moving NMWG.pm in correct dir

Deleted: trunk/NMWG/NMWG.pm
===================================================================
--- trunk/NMWG/NMWG.pm 2014-02-26 18:41:38 UTC (rev 829)
+++ trunk/NMWG/NMWG.pm 2014-02-26 18:43:48 UTC (rev 830)
@@ -1,49 +0,0 @@
-package NMWG;
-#
-# Copyright 2010 Verein zur Foerderung eines Deutschen Forschungsnetzes e.
V.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-#
-
-use strict;
-use warnings;
-
-use Carp;
-
-#DEBUG
-use Data::Dumper;
-#DEBUG
-
-=head1 NAME
-
-NMWG - The great new NMWG!
-
-=head1 VERSION
-
-Version 0.03
-
-=cut
-
-our $VERSION = '0.03';
-
-=head1 SYNOPSIS
-
-=cut
-
-our $ns_nmwg = "http://ggf.org/ns/nmwg/base/2.0/";;
-
-our $debug = 0;
-
-
-1;

Copied: trunk/NMWG/lib/NMWG.pm (from rev 828, trunk/NMWG/NMWG.pm)
===================================================================
--- trunk/NMWG/lib/NMWG.pm (rev 0)
+++ trunk/NMWG/lib/NMWG.pm 2014-02-26 18:43:48 UTC (rev 830)
@@ -0,0 +1,49 @@
+package NMWG;
+#
+# Copyright 2010 Verein zur Foerderung eines Deutschen Forschungsnetzes e.
V.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+
+use strict;
+use warnings;
+
+use Carp;
+
+#DEBUG
+use Data::Dumper;
+#DEBUG
+
+=head1 NAME
+
+NMWG - The great new NMWG!
+
+=head1 VERSION
+
+Version 0.03
+
+=cut
+
+our $VERSION = '0.03';
+
+=head1 SYNOPSIS
+
+=cut
+
+our $ns_nmwg = "http://ggf.org/ns/nmwg/base/2.0/";;
+
+our $debug = 0;
+
+
+1;



  • [pS-dev] [GEANT/SA2/SA2T3-OPPD] r830 - in trunk/NMWG: . lib, svn-noreply, 02/26/2014

Archive powered by MHonArc 2.6.16.

Top of Page