summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS0
-rw-r--r--COPYING0
-rw-r--r--ChangeLog0
-rw-r--r--Ivy.30
-rw-r--r--NEWS0
-rw-r--r--README1
-rw-r--r--TODO32
-rw-r--r--src/Ivy.pm (renamed from Ivy.pm)0
-rw-r--r--src/Version.pm27
9 files changed, 27 insertions, 33 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index e69de29..0000000
--- a/AUTHORS
+++ /dev/null
diff --git a/COPYING b/COPYING
deleted file mode 100644
index e69de29..0000000
--- a/COPYING
+++ /dev/null
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index e69de29..0000000
--- a/ChangeLog
+++ /dev/null
diff --git a/Ivy.3 b/Ivy.3
deleted file mode 100644
index e69de29..0000000
--- a/Ivy.3
+++ /dev/null
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
diff --git a/README b/README
deleted file mode 100644
index 685abfa..0000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-blablah
diff --git a/TODO b/TODO
deleted file mode 100644
index 4a41f97..0000000
--- a/TODO
+++ /dev/null
@@ -1,32 +0,0 @@
-=head1 NAME
-
-TODO - seeds germane, yet not germinated
-
-=head1 DESCRIPTION
-
-The following functionality will be supported in the next few releases.
-
-=over 4
-
-=item $Data::Dumper::Maxdepth I<or> $I<OBJ>->Maxdepth(I<NEWVAL>)
-
-Depth beyond which we don't venture into a structure. Has no effect when
-C<Data::Dumper::Purity> is set. (useful in debugger when we often don't
-want to see more than enough).
-
-=item $Data::Dumper::Expdepth I<or> $I<OBJ>->Expdepth(I<NEWVAL>)
-
-Dump contents explicitly up to a certain depth and then use names for
-cross-referencing identical references. (useful in debugger, in situations
-where we don't care so much for cross-references).
-
-=item Make C<Dumpxs()> honor C<$Useqq>
-
-=item Fix formatting when Terse is set and Indent >= 2
-
-=item Output space after '\' (ref constructor) for high enough Indent
-
-=item Implement redesign that allows various backends (Perl, Lisp,
-some-binary-data-format, graph-description-languages, etc.)
-
-=back
diff --git a/Ivy.pm b/src/Ivy.pm
index 2d36f01..2d36f01 100644
--- a/Ivy.pm
+++ b/src/Ivy.pm
diff --git a/src/Version.pm b/src/Version.pm
new file mode 100644
index 0000000..fa7661b
--- /dev/null
+++ b/src/Version.pm
@@ -0,0 +1,27 @@
+#
+# Ivy, Perl interface
+#
+# Copyright (C) 1997-1999
+# Centre d'Études de la Navigation Aérienne
+#
+# Package version
+#
+# Authors: Alexandre Bustico <bustico@cenatoulouse.dgac.fr>
+# Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+#
+# $Id$
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#