Add ARM files
[dh-make-perl] / dev / arm / libarchive-zip-perl / libarchive-zip-perl-1.18 / debian / libarchive-zip-perl / usr / share / perl5 / Archive / Zip / Tree.pm
1 use Archive::Zip;
2
3 warn(
4 "Archive::Zip::Tree is deprecated; its methods have been moved into Archive::Zip."
5 ) if $^W;
6
7 1;
8
9 __END__
10
11 =head1 NAME
12
13 Archive::Zip::Tree - (DEPRECATED) methods for adding/extracting trees using Archive::Zip
14
15 =head1 SYNOPSIS
16
17 =head1 DESCRIPTION
18
19 This module is deprecated, because all its methods were moved into the main
20 Archive::Zip module.
21
22 It is included in the distribution merely to avoid breaking old code.
23
24 See L<Archive::Zip>.
25
26 =head1 AUTHOR
27
28 Ned Konz, perl@bike-nomad.com
29
30 =head1 COPYRIGHT
31
32 Copyright (c) 2000-2002 Ned Konz. All rights reserved.  This program is free
33 software; you can redistribute it and/or modify it under the same terms
34 as Perl itself.
35
36 =head1 SEE ALSO
37
38 L<Archive::Zip>
39
40 =cut