[Lunar-commits] <moonbase> PodToHTML: Moving to zdeprecated based on a message displayed when the
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Nov 9 22:10:22 CET 2010
commit 7d71f9d8159c227434ff62338258af78620a8610
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Nov 9 16:10:22 2010 -0500
PodToHTML: Moving to zdeprecated based on a message displayed when the
"latest" version of this is installed;
THIS IS A DEPRECATED MODULE
If you aren't already using this module, don't start.
Try another module, such as Pod::Simple::HTML
---
perl/PodToHTML/BUILD | 6 ------
perl/PodToHTML/DEPENDS | 1 -
perl/PodToHTML/DETAILS | 12 ------------
zdeprecated/PodToHTML/BUILD | 6 ++++++
zdeprecated/PodToHTML/DEPENDS | 1 +
zdeprecated/PodToHTML/DETAILS | 12 ++++++++++++
6 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/perl/PodToHTML/BUILD b/perl/PodToHTML/BUILD
deleted file mode 100644
index c11ca00..0000000
--- a/perl/PodToHTML/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- perl Makefile.PL &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/perl/PodToHTML/DEPENDS b/perl/PodToHTML/DEPENDS
deleted file mode 100644
index 6826bc7..0000000
--- a/perl/PodToHTML/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/perl/PodToHTML/DETAILS b/perl/PodToHTML/DETAILS
deleted file mode 100644
index cd2f150..0000000
--- a/perl/PodToHTML/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
- MODULE=PodToHTML
- VERSION=0.06
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/
- SOURCE_VFY=sha1:e6b6a4a1e765e0fe67ce6165ebbab059bf54101f
- WEB_SITE=http://www.perl.com/CPAN/modules/by-module/CPAN/
- ENTERED=20060310
- UPDATED=20070607
- SHORT="Convert POD documentation to HTML"
-cat << EOF
-podtohtml converts POD documentation to HTML.
-EOF
diff --git a/zdeprecated/PodToHTML/BUILD b/zdeprecated/PodToHTML/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/zdeprecated/PodToHTML/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/PodToHTML/DEPENDS b/zdeprecated/PodToHTML/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/zdeprecated/PodToHTML/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/zdeprecated/PodToHTML/DETAILS b/zdeprecated/PodToHTML/DETAILS
new file mode 100644
index 0000000..cd2f150
--- /dev/null
+++ b/zdeprecated/PodToHTML/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=PodToHTML
+ VERSION=0.06
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/
+ SOURCE_VFY=sha1:e6b6a4a1e765e0fe67ce6165ebbab059bf54101f
+ WEB_SITE=http://www.perl.com/CPAN/modules/by-module/CPAN/
+ ENTERED=20060310
+ UPDATED=20070607
+ SHORT="Convert POD documentation to HTML"
+cat << EOF
+podtohtml converts POD documentation to HTML.
+EOF
More information about the Lunar-commits
mailing list