Changeset 20906
- Timestamp:
- 10/07/08 19:19:37 (6 weeks ago)
- Location:
- lang/perl/Module-Setup/trunk
- Files:
-
- 2 modified
-
bin/module-setup (modified) (1 diff)
-
lib/Module/Setup.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Module-Setup/trunk/bin/module-setup
r20903 r20906 33 33 --pack Pack flavor 34 34 --direct unuse flavor directory 35 --target=dir set the target directory for skeleton 35 36 --flavor=flavor Change to flavor 36 37 (default is 'default') -
lang/perl/Module-Setup/trunk/lib/Module/Setup.pm
r20902 r20906 117 117 'flavor-class=s' => \($options->{flavor_class}), 118 118 'plugin=s@' => \($options->{plugins}), 119 'target' => \($options->{target}), 119 120 version => sub { 120 121 print "module-setup v$VERSION\n"; … … 362 363 dist_path => [ join('-', @pkg) ], 363 364 }; 365 if (exists $config->{target} && $config->{target}) { 366 unshift @{ $module_attribute->{dist_path} }, $config->{target}; 367 } 364 368 $self->call_trigger( after_setup_module_attribute => $module_attribute); 365 369
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)