Build all packages removed dependencies of libtest-exception-perl libtest-warn-perl...
[dh-make-perl] / dev / i386 / libperl-critic-perl / libperl-critic-perl-1.088 / INSTALL
diff --git a/dev/i386/libperl-critic-perl/libperl-critic-perl-1.088/INSTALL b/dev/i386/libperl-critic-perl/libperl-critic-perl-1.088/INSTALL
new file mode 100644 (file)
index 0000000..6c7d522
--- /dev/null
@@ -0,0 +1,35 @@
+#######################################################################
+#      $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/Perl-Critic/INSTALL $
+#     $Date: 2007-07-25 10:34:04 -0500 (Wed, 25 Jul 2007) $
+#   $Author: clonezone $
+# $Revision: 1790 $
+########################################################################
+
+NOTICE
+
+    The Perl::Critic distribution contains a fairly large number
+    of modules.  And since it is still developing rapidly, some
+    of those modules may disappear or be renamed fron one release
+    to the next.  Therefore, I suggest removing any existing
+    installation of Perl::Critic before installing a new one.
+
+INSTALLATION
+
+     To install Perl::Critic with C<make> give the following 
+     commands to your favorite shell:
+
+         tar -zxf Perl-Critic-1.061.tar.gz
+         cd Perl-Critic-1.061
+         perl Makefile.PL
+         make
+         make test
+         make install 
+
+     Or if you prefer C<Module::Build>, try this:
+
+         tar -zxf Perl-Critic-1.061.tar.gz
+         cd Perl-Critic-1.061
+         perl Build.pl
+         ./Build
+         ./Build test
+         ./Build install