Changeset 21437
- Timestamp:
- 10/16/08 22:05:52 (5 years ago)
- Location:
- lang/perl/Module-Setup/trunk
- Files:
-
- 2 modified
-
lib/Module/Setup.pm (modified) (1 diff)
-
t/020_run/pack.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Module-Setup/trunk/lib/Module/Setup.pm
r21435 r21437 317 317 if ($file->is_dir) { 318 318 push @{ $template }, +{ 319 dir => "$file",319 dir => join('/', $file->dir_list), 320 320 }; 321 321 } else { 322 322 my $data = $type->path_to($file)->slurp; 323 323 push @{ $template }, +{ 324 $path_name => "$file",324 $path_name => join('/', $file->dir->dir_list, $file->basename), 325 325 template => $data, 326 326 }; -
lang/perl/Module-Setup/trunk/t/020_run/pack.t
r21435 r21437 53 53 --- regexp_1: package Foo::Bar::Flavor; 54 54 --- regexp_2: Makefile.PL 55 --- regexp_3: lib 55 --- regexp_3: lib/____var-module_path-var____.pm 56 56 57 57 ===
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)