summaryrefslogtreecommitdiffstats
path: root/fake_packages/packdrake.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-25 15:08:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-25 15:08:17 +0000
commit2033330a441ab99695c064faf6d55af3d2f7732d (patch)
treeae8483790358b1a7e971b8676191a156fced72b1 /fake_packages/packdrake.pm
parent60e159ef702b60aeb4515f36ca23b8a73181d028 (diff)
downloadperl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.gz
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.bz2
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.xz
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.zip
re-sync after the big svn loss
Diffstat (limited to 'fake_packages/packdrake.pm')
-rw-r--r--fake_packages/packdrake.pm25
1 files changed, 25 insertions, 0 deletions
diff --git a/fake_packages/packdrake.pm b/fake_packages/packdrake.pm
new file mode 100644
index 0000000..faebf19
--- /dev/null
+++ b/fake_packages/packdrake.pm
@@ -0,0 +1,25 @@
+package packdrake;
+
+sub new {
+ my ($_class, $_file, %_options) = @_;
+}
+
+sub extract_archive {
+ my ($_pack, $_dir, @_files) = @_;
+}
+
+sub extract_all_archive {
+ my ($_pack, $_dir) = @_;
+}
+
+sub list_archive {
+ my (@_files) = @_;
+}
+
+sub build_archive {
+ my ($_listh, $_dir, $_archive, $_size, $_compress, $_uncompress) = @_;
+}
+
+sub cat_archive {
+ my (@_files) = @_;
+}