Changeset e4b8f93 for perl/lib/Module
- Timestamp:
- Jun 20, 2013, 9:25:24 AM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- cf2ebde, 1b17f50, 10c32c9
- Parents:
- 1c22155
- git-author:
- Anders Kaseorg <andersk@mit.edu> (04/10/13 06:23:40)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (06/20/13 09:25:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/Module/Install/BarnOwl.pm
rb8a3e00 re4b8f93 41 41 my $class = ref $self; 42 42 43 my $srcdir = $ENV{BARNOWL_SRCDIR} || '.'; 44 43 45 $self->name("BarnOwl-Module-$name"); 44 $self->all_from("lib/BarnOwl/Module/$name.pm"); 46 $self->all_from("$srcdir/lib/BarnOwl/Module/$name.pm"); 47 $self->makemaker_args(PMLIBDIRS => ["$srcdir/lib"], 48 PMLIBPARENTDIRS => ["$srcdir/lib"]); 45 49 46 50 $self->postamble(<<"END_MAKEFILE"); 47 51 48 52 # --- $class section: 53 54 BARNOWL_SRCDIR = $srcdir 55 export BARNOWL_SRCDIR 49 56 50 57 $name.par: pm_to_blib
Note: See TracChangeset
for help on using the changeset viewer.