Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


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

Author: dfn.calim
Date: 2014-02-26 18:36:53 +0000 (Wed, 26 Feb 2014)
New Revision: 828

Added:
trunk/NMWG/NMWG.pm
trunk/NMWG/lib/NMWG/
Log:
adding NMWG/lib/NMWG subdir

Copied: trunk/NMWG/NMWG.pm (from rev 825, trunk/lib/NMWG.pm)
===================================================================
--- trunk/NMWG/NMWG.pm (rev 0)
+++ trunk/NMWG/NMWG.pm 2014-02-26 18:36:53 UTC (rev 828)
@@ -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] r828 - in trunk/NMWG: . lib, svn-noreply, 02/26/2014

Archive powered by MHonArc 2.6.16.

Top of Page