summaryrefslogtreecommitdiff
path: root/www/p5-VRML/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-VRML/DESCR')
-rw-r--r--www/p5-VRML/DESCR21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-VRML/DESCR b/www/p5-VRML/DESCR
new file mode 100644
index 00000000000..5b33ef76efc
--- /dev/null
+++ b/www/p5-VRML/DESCR
@@ -0,0 +1,21 @@
+ A set of VRML classes for Perl5. Documentation for these modules is
+part of the files themselves using the pod (Plain Old Documentation) format,
+and can be read using the pod2man and pod2html programs that come with
+perl5.001. To convert them into manual page format, type something like
+the following:
+
+ pod2man VRML.pm > VRML.1
+
+To convert them into html format, type:
+
+ pod2html VRML.pm > VRML.html
+
+Online documentation of these modules as well as related modules (such
+as the earlier VRML.pm module) can be found at:
+
+ http://www.gfz-potsdam.de/~palm/software/VRML/doc
+
+Many examples of VRML scripts of various degrees of complexity can be
+found at:
+
+ http://www.gfz-potsdam.de/~palm/software/VRML/examples