diff options
-rw-r--r-- | AUTHORS | 0 | ||||
-rw-r--r-- | COPYING | 0 | ||||
-rw-r--r-- | ChangeLog | 0 | ||||
-rw-r--r-- | Ivy.3 | 0 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | TODO | 32 | ||||
-rw-r--r-- | src/Ivy.pm (renamed from Ivy.pm) | 0 | ||||
-rw-r--r-- | src/Version.pm | 27 |
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 @@ -1 +0,0 @@ -blablah @@ -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/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. +# |