aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-27 00:46:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-27 00:46:09 +1200
commit02e4b3ba83e40f224a9bfc34d44d3676f0b64e1f (patch)
treef696e095e659822695a9f2042ce31f52db17150a
parentTidier Perl for custom clip script (diff)
downloaddotfiles-02e4b3ba83e40f224a9bfc34d44d3676f0b64e1f.tar.gz
dotfiles-02e4b3ba83e40f224a9bfc34d44d3676f0b64e1f.zip
Remove Perl::Critic configuration
Not often used anyway, and a very short file that causes trouble if the expected modules aren't installed; better off without it
-rw-r--r--Makefile4
-rw-r--r--README.markdown3
-rw-r--r--perl/perlcriticrc5
3 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 10e320ca..8491ae94 100644
--- a/Makefile
+++ b/Makefile
@@ -70,10 +70,6 @@ install-mysql :
rm -f $(HOME)/.my.cnf
ln -s $(PWD)/mysql/my.cnf $(HOME)/.my.cnf
-install-perl :
- rm -f $(HOME)/.perlcriticrc
- ln -s $(PWD)/perl/perlcriticrc $(HOME)/.perlcriticrc
-
install-psql :
rm -f $(HOME)/.psqlrc
ln -s $(PWD)/psql/psqlrc $(HOME)/.psqlrc
diff --git a/README.markdown b/README.markdown
index 67da62bd..7ae16cb5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -32,8 +32,6 @@ Configuration is included for:
* [`mysql(1)`](http://linux.die.net/man/1/mysql) — Command-line MySQL client
* [Ncmpcpp](http://ncmpcpp.rybczak.net/) — ncurses music player client
* [Newsbeuter](http://www.newsbeuter.org/) — Terminal RSS/Atom feed reader
-* [Perl::Critic](http://search.cpan.org/~thaljef/Perl-Critic-1.118/lib/Perl/Critic.pm)
- — Static analysis tool for Perl code
* [`psql(1)`](http://linux.die.net/man/1/psql) — Command-line PostgreSQL
client
* [Readline](http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html) — GNU
@@ -83,7 +81,6 @@ The remaining dotfiles can be installed with the other targets:
* `install-ncmcpp`
* `install-newsbeuter`
* `install-mysql`
-* `install-perl`
* `install-psql`
* `install-tmux`
* `install-urxvt`
diff --git a/perl/perlcriticrc b/perl/perlcriticrc
deleted file mode 100644
index 0219002e..00000000
--- a/perl/perlcriticrc
+++ /dev/null
@@ -1,5 +0,0 @@
-severity = 1
-
-[Bangs::ProhibitNumberedNames]
-exceptions = ipv4 ipv6 md5 x11 utf8
-