[libio-all-perl] 03/14: Move old code and tests into old/

Axel Beckert abe at deuxchevaux.org
Sun Apr 26 22:25:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to tag alt-io-all-new-0.00
in repository libio-all-perl.

commit 7e46b59346f76a2cd9c48158d81159516d0991d3
Author: Ingy döt Net <ingy at ingy.net>
Date:   Sun Jul 15 16:23:57 2012 -0700

    Move old code and tests into old/
---
 {lib => old/lib}/IO/All.pm              | 0
 {lib => old/lib}/IO/All.pod             | 0
 {lib => old/lib}/IO/All/Base.pm         | 0
 {lib => old/lib}/IO/All/DBM.pm          | 0
 {lib => old/lib}/IO/All/Dir.pm          | 0
 {lib => old/lib}/IO/All/File.pm         | 0
 {lib => old/lib}/IO/All/Filesys.pm      | 0
 {lib => old/lib}/IO/All/Link.pm         | 0
 {lib => old/lib}/IO/All/MLDBM.pm        | 0
 {lib => old/lib}/IO/All/Pipe.pm         | 0
 {lib => old/lib}/IO/All/STDIO.pm        | 0
 {lib => old/lib}/IO/All/Socket.pm       | 0
 {lib => old/lib}/IO/All/String.pm       | 0
 {lib => old/lib}/IO/All/Temp.pm         | 0
 {t => old/t}/IO_All_Test.pm             | 0
 {t => old/t}/IO_Dumper.pm               | 0
 {t => old/t}/absolute.t                 | 0
 {t => old/t}/accept.t                   | 0
 {t => old/t}/all.t                      | 0
 {t => old/t}/all2.t                     | 0
 {t => old/t}/append.t                   | 0
 {t => old/t}/assert.t                   | 0
 {t => old/t}/assert2.t                  | 0
 {t => old/t}/autotie.t                  | 0
 {t => old/t}/backwards.t                | 0
 {t => old/t}/chdir.t                    | 0
 {t => old/t}/chomp.t                    | 0
 {t => old/t}/construct.t                | 0
 {t => old/t}/dbm.t                      | 0
 {t => old/t}/devnull.t                  | 0
 {t => old/t}/empty.t                    | 0
 {t => old/t}/encoding.t                 | 0
 {t => old/t}/error1.t                   | 0
 {t => old/t}/file_spec.t                | 0
 {t => old/t}/file_subclass.t            | 0
 {t => old/t}/fileno.t                   | 0
 {t => old/t}/import_flags.t             | 0
 {t => old/t}/in-place.t                 | 0
 {t => old/t}/inline_subclass.t          | 0
 {t => old/t}/input.t                    | 0
 {t => old/t}/link.t                     | 0
 {t => old/t}/link2.t                    | 0
 {t => old/t}/lock.t                     | 0
 {t => old/t}/mldbm.t                    | 0
 {t => old/t}/morestuff                  | 0
 {t => old/t}/mydir/dir1/dira/dirx/file1 | 0
 {t => old/t}/mydir/dir1/file1           | 0
 {t => old/t}/mydir/dir2/file1           | 0
 {t => old/t}/mydir/file1                | 0
 {t => old/t}/mydir/file2                | 0
 {t => old/t}/mydir/file3                | 0
 {t => old/t}/mystuff                    | 0
 {t => old/t}/new.t                      | 0
 {t => old/t}/overload.t                 | 0
 {t => old/t}/pipe.t                     | 0
 {t => old/t}/print.t                    | 0
 {t => old/t}/println.t                  | 0
 {t => old/t}/read.t                     | 0
 {t => old/t}/read_write.t               | 0
 {t => old/t}/round_robin.t              | 0
 {t => old/t}/rt-41819.t                 | 0
 {t => old/t}/scalar.t                   | 0
 {t => old/t}/seek.t                     | 0
 {t => old/t}/separator.t                | 0
 {t => old/t}/stat.t                     | 0
 {t => old/t}/string_open.t              | 0
 {t => old/t}/subtleties.t               | 0
 {t => old/t}/synopsis1.t                | 0
 {t => old/t}/synopsis2.t                | 0
 {t => old/t}/synopsis3.t                | 0
 {t => old/t}/synopsis5.t                | 0
 {t => old/t}/text.big5                  | 0
 {t => old/t}/text.utf8                  | 0
 {t => old/t}/tie.t                      | 0
 {t => old/t}/tie_file.t                 | 0
 {t => old/t}/xxx.t                      | 0
 t/use_ok.t                              | 3 +++
 77 files changed, 3 insertions(+)

diff --git a/lib/IO/All.pm b/old/lib/IO/All.pm
similarity index 100%
rename from lib/IO/All.pm
rename to old/lib/IO/All.pm
diff --git a/lib/IO/All.pod b/old/lib/IO/All.pod
similarity index 100%
rename from lib/IO/All.pod
rename to old/lib/IO/All.pod
diff --git a/lib/IO/All/Base.pm b/old/lib/IO/All/Base.pm
similarity index 100%
rename from lib/IO/All/Base.pm
rename to old/lib/IO/All/Base.pm
diff --git a/lib/IO/All/DBM.pm b/old/lib/IO/All/DBM.pm
similarity index 100%
rename from lib/IO/All/DBM.pm
rename to old/lib/IO/All/DBM.pm
diff --git a/lib/IO/All/Dir.pm b/old/lib/IO/All/Dir.pm
similarity index 100%
rename from lib/IO/All/Dir.pm
rename to old/lib/IO/All/Dir.pm
diff --git a/lib/IO/All/File.pm b/old/lib/IO/All/File.pm
similarity index 100%
rename from lib/IO/All/File.pm
rename to old/lib/IO/All/File.pm
diff --git a/lib/IO/All/Filesys.pm b/old/lib/IO/All/Filesys.pm
similarity index 100%
rename from lib/IO/All/Filesys.pm
rename to old/lib/IO/All/Filesys.pm
diff --git a/lib/IO/All/Link.pm b/old/lib/IO/All/Link.pm
similarity index 100%
rename from lib/IO/All/Link.pm
rename to old/lib/IO/All/Link.pm
diff --git a/lib/IO/All/MLDBM.pm b/old/lib/IO/All/MLDBM.pm
similarity index 100%
rename from lib/IO/All/MLDBM.pm
rename to old/lib/IO/All/MLDBM.pm
diff --git a/lib/IO/All/Pipe.pm b/old/lib/IO/All/Pipe.pm
similarity index 100%
rename from lib/IO/All/Pipe.pm
rename to old/lib/IO/All/Pipe.pm
diff --git a/lib/IO/All/STDIO.pm b/old/lib/IO/All/STDIO.pm
similarity index 100%
rename from lib/IO/All/STDIO.pm
rename to old/lib/IO/All/STDIO.pm
diff --git a/lib/IO/All/Socket.pm b/old/lib/IO/All/Socket.pm
similarity index 100%
rename from lib/IO/All/Socket.pm
rename to old/lib/IO/All/Socket.pm
diff --git a/lib/IO/All/String.pm b/old/lib/IO/All/String.pm
similarity index 100%
rename from lib/IO/All/String.pm
rename to old/lib/IO/All/String.pm
diff --git a/lib/IO/All/Temp.pm b/old/lib/IO/All/Temp.pm
similarity index 100%
rename from lib/IO/All/Temp.pm
rename to old/lib/IO/All/Temp.pm
diff --git a/t/IO_All_Test.pm b/old/t/IO_All_Test.pm
similarity index 100%
rename from t/IO_All_Test.pm
rename to old/t/IO_All_Test.pm
diff --git a/t/IO_Dumper.pm b/old/t/IO_Dumper.pm
similarity index 100%
rename from t/IO_Dumper.pm
rename to old/t/IO_Dumper.pm
diff --git a/t/absolute.t b/old/t/absolute.t
similarity index 100%
rename from t/absolute.t
rename to old/t/absolute.t
diff --git a/t/accept.t b/old/t/accept.t
similarity index 100%
rename from t/accept.t
rename to old/t/accept.t
diff --git a/t/all.t b/old/t/all.t
similarity index 100%
rename from t/all.t
rename to old/t/all.t
diff --git a/t/all2.t b/old/t/all2.t
similarity index 100%
rename from t/all2.t
rename to old/t/all2.t
diff --git a/t/append.t b/old/t/append.t
similarity index 100%
rename from t/append.t
rename to old/t/append.t
diff --git a/t/assert.t b/old/t/assert.t
similarity index 100%
rename from t/assert.t
rename to old/t/assert.t
diff --git a/t/assert2.t b/old/t/assert2.t
similarity index 100%
rename from t/assert2.t
rename to old/t/assert2.t
diff --git a/t/autotie.t b/old/t/autotie.t
similarity index 100%
rename from t/autotie.t
rename to old/t/autotie.t
diff --git a/t/backwards.t b/old/t/backwards.t
similarity index 100%
rename from t/backwards.t
rename to old/t/backwards.t
diff --git a/t/chdir.t b/old/t/chdir.t
similarity index 100%
rename from t/chdir.t
rename to old/t/chdir.t
diff --git a/t/chomp.t b/old/t/chomp.t
similarity index 100%
rename from t/chomp.t
rename to old/t/chomp.t
diff --git a/t/construct.t b/old/t/construct.t
similarity index 100%
rename from t/construct.t
rename to old/t/construct.t
diff --git a/t/dbm.t b/old/t/dbm.t
similarity index 100%
rename from t/dbm.t
rename to old/t/dbm.t
diff --git a/t/devnull.t b/old/t/devnull.t
similarity index 100%
rename from t/devnull.t
rename to old/t/devnull.t
diff --git a/t/empty.t b/old/t/empty.t
similarity index 100%
rename from t/empty.t
rename to old/t/empty.t
diff --git a/t/encoding.t b/old/t/encoding.t
similarity index 100%
rename from t/encoding.t
rename to old/t/encoding.t
diff --git a/t/error1.t b/old/t/error1.t
similarity index 100%
rename from t/error1.t
rename to old/t/error1.t
diff --git a/t/file_spec.t b/old/t/file_spec.t
similarity index 100%
rename from t/file_spec.t
rename to old/t/file_spec.t
diff --git a/t/file_subclass.t b/old/t/file_subclass.t
similarity index 100%
rename from t/file_subclass.t
rename to old/t/file_subclass.t
diff --git a/t/fileno.t b/old/t/fileno.t
similarity index 100%
rename from t/fileno.t
rename to old/t/fileno.t
diff --git a/t/import_flags.t b/old/t/import_flags.t
similarity index 100%
rename from t/import_flags.t
rename to old/t/import_flags.t
diff --git a/t/in-place.t b/old/t/in-place.t
similarity index 100%
rename from t/in-place.t
rename to old/t/in-place.t
diff --git a/t/inline_subclass.t b/old/t/inline_subclass.t
similarity index 100%
rename from t/inline_subclass.t
rename to old/t/inline_subclass.t
diff --git a/t/input.t b/old/t/input.t
similarity index 100%
rename from t/input.t
rename to old/t/input.t
diff --git a/t/link.t b/old/t/link.t
similarity index 100%
rename from t/link.t
rename to old/t/link.t
diff --git a/t/link2.t b/old/t/link2.t
similarity index 100%
rename from t/link2.t
rename to old/t/link2.t
diff --git a/t/lock.t b/old/t/lock.t
similarity index 100%
rename from t/lock.t
rename to old/t/lock.t
diff --git a/t/mldbm.t b/old/t/mldbm.t
similarity index 100%
rename from t/mldbm.t
rename to old/t/mldbm.t
diff --git a/t/morestuff b/old/t/morestuff
similarity index 100%
rename from t/morestuff
rename to old/t/morestuff
diff --git a/t/mydir/dir1/dira/dirx/file1 b/old/t/mydir/dir1/dira/dirx/file1
similarity index 100%
rename from t/mydir/dir1/dira/dirx/file1
rename to old/t/mydir/dir1/dira/dirx/file1
diff --git a/t/mydir/dir1/file1 b/old/t/mydir/dir1/file1
similarity index 100%
rename from t/mydir/dir1/file1
rename to old/t/mydir/dir1/file1
diff --git a/t/mydir/dir2/file1 b/old/t/mydir/dir2/file1
similarity index 100%
rename from t/mydir/dir2/file1
rename to old/t/mydir/dir2/file1
diff --git a/t/mydir/file1 b/old/t/mydir/file1
similarity index 100%
rename from t/mydir/file1
rename to old/t/mydir/file1
diff --git a/t/mydir/file2 b/old/t/mydir/file2
similarity index 100%
rename from t/mydir/file2
rename to old/t/mydir/file2
diff --git a/t/mydir/file3 b/old/t/mydir/file3
similarity index 100%
rename from t/mydir/file3
rename to old/t/mydir/file3
diff --git a/t/mystuff b/old/t/mystuff
similarity index 100%
rename from t/mystuff
rename to old/t/mystuff
diff --git a/t/new.t b/old/t/new.t
similarity index 100%
rename from t/new.t
rename to old/t/new.t
diff --git a/t/overload.t b/old/t/overload.t
similarity index 100%
rename from t/overload.t
rename to old/t/overload.t
diff --git a/t/pipe.t b/old/t/pipe.t
similarity index 100%
rename from t/pipe.t
rename to old/t/pipe.t
diff --git a/t/print.t b/old/t/print.t
similarity index 100%
rename from t/print.t
rename to old/t/print.t
diff --git a/t/println.t b/old/t/println.t
similarity index 100%
rename from t/println.t
rename to old/t/println.t
diff --git a/t/read.t b/old/t/read.t
similarity index 100%
rename from t/read.t
rename to old/t/read.t
diff --git a/t/read_write.t b/old/t/read_write.t
similarity index 100%
rename from t/read_write.t
rename to old/t/read_write.t
diff --git a/t/round_robin.t b/old/t/round_robin.t
similarity index 100%
rename from t/round_robin.t
rename to old/t/round_robin.t
diff --git a/t/rt-41819.t b/old/t/rt-41819.t
similarity index 100%
rename from t/rt-41819.t
rename to old/t/rt-41819.t
diff --git a/t/scalar.t b/old/t/scalar.t
similarity index 100%
rename from t/scalar.t
rename to old/t/scalar.t
diff --git a/t/seek.t b/old/t/seek.t
similarity index 100%
rename from t/seek.t
rename to old/t/seek.t
diff --git a/t/separator.t b/old/t/separator.t
similarity index 100%
rename from t/separator.t
rename to old/t/separator.t
diff --git a/t/stat.t b/old/t/stat.t
similarity index 100%
rename from t/stat.t
rename to old/t/stat.t
diff --git a/t/string_open.t b/old/t/string_open.t
similarity index 100%
rename from t/string_open.t
rename to old/t/string_open.t
diff --git a/t/subtleties.t b/old/t/subtleties.t
similarity index 100%
rename from t/subtleties.t
rename to old/t/subtleties.t
diff --git a/t/synopsis1.t b/old/t/synopsis1.t
similarity index 100%
rename from t/synopsis1.t
rename to old/t/synopsis1.t
diff --git a/t/synopsis2.t b/old/t/synopsis2.t
similarity index 100%
rename from t/synopsis2.t
rename to old/t/synopsis2.t
diff --git a/t/synopsis3.t b/old/t/synopsis3.t
similarity index 100%
rename from t/synopsis3.t
rename to old/t/synopsis3.t
diff --git a/t/synopsis5.t b/old/t/synopsis5.t
similarity index 100%
rename from t/synopsis5.t
rename to old/t/synopsis5.t
diff --git a/t/text.big5 b/old/t/text.big5
similarity index 100%
rename from t/text.big5
rename to old/t/text.big5
diff --git a/t/text.utf8 b/old/t/text.utf8
similarity index 100%
rename from t/text.utf8
rename to old/t/text.utf8
diff --git a/t/tie.t b/old/t/tie.t
similarity index 100%
rename from t/tie.t
rename to old/t/tie.t
diff --git a/t/tie_file.t b/old/t/tie_file.t
similarity index 100%
rename from t/tie_file.t
rename to old/t/tie_file.t
diff --git a/t/xxx.t b/old/t/xxx.t
similarity index 100%
rename from t/xxx.t
rename to old/t/xxx.t
diff --git a/t/use_ok.t b/t/use_ok.t
new file mode 100644
index 0000000..9068f2b
--- /dev/null
+++ b/t/use_ok.t
@@ -0,0 +1,3 @@
+use Test::More tests => 1;
+
+use_ok 'Alt::IO::All::new';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-all-perl.git



More information about the Pkg-perl-cvs-commits mailing list