From ce864eef78398036b02a680c40a918f795fc06e3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 2 Jun 2008 18:02:26 +0200 Subject: removed doc/apt-perl, added perldoc instead --- bin/apt-perl | 33 +++++++++++++++++++++++++++++++++ doc/apt-perl | 14 -------------- 2 files changed, 33 insertions(+), 14 deletions(-) delete mode 100644 doc/apt-perl diff --git a/bin/apt-perl b/bin/apt-perl index 3046aa6..b8138b4 100755 --- a/bin/apt-perl +++ b/bin/apt-perl @@ -107,3 +107,36 @@ if ($query eq 'why') { } elsif ($query eq 'rdeps') { print_deps(revdeps($package->{RevDependsList})); } + +__END__ + +=head1 NAME + +apt-perl - reverse dependency displayer using ApgPkg::Cache + +=head1 SYNOPSIS + +apt-perl I I + +=head1 DESCRIPTION + +B displays various informations based on a Is reverse +dependencies + +I may be one of: + +=over + +=item why + +Show dependencies that justify the installation of a package + +=item why-not + +Show dependencies that prohibit the installation of a package + +=item rdeps + +Show all reverse dependencies of a package + +=back diff --git a/doc/apt-perl b/doc/apt-perl deleted file mode 100644 index 5d5c041..0000000 --- a/doc/apt-perl +++ /dev/null @@ -1,14 +0,0 @@ -apt-perl - reverse dependency displayer using ApgPkg::Cache - -Usage: apt-perl command packagename - -command may be one of - - why - Show dependencies that justify the installation of a package - - why-not - Show dependencies that prohibit the installation of a package - - rdeps - Show all reverse dependencies of a package -- cgit v1.2.3