Skip to content

Commit

Permalink
'home' migration: update perl settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
norm committed May 9, 2010
1 parent 8989d47 commit 88ccdb7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions etc/bash/rc/perl
@@ -1,11 +1,9 @@
# ~/etc/bash/rc/perl
# -*- Mode: Bash; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
# github:norm:homedir:etc/bash/rc/perl
# -*- Mode: Bash; tab-width: 4; indent-tabs-mode: nil; -*-
#
# working with perl
# Working with perl.

# location for personal modules not properly installed
# Modules I've written that are not installed via CPAN.
export PERL5LIB="${HOME}/lib/perl"

alias pm='perl Makefile.PL ; make ; make test'


alias pm='perl Makefile.PL; make; test'

0 comments on commit 88ccdb7

Please sign in to comment.