Changeset 8491 for lang/perl/App-Starter
- Timestamp:
- 03/29/08 11:16:01 (8 months ago)
- Files:
-
- 1 modified
-
lang/perl/App-Starter/trunk/lib/App/Starter.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Starter/trunk/lib/App/Starter.pm
r8490 r8491 32 32 33 33 if ( $config->{template} ) { 34 $config->{from} = File::Spec->catfile( $ENV{HOME} , '/.app /skel', $config->{template} ) ;35 $self->{config} = File::Spec->catfile( $ENV{HOME} , '/.app /conf' , $config->{template} . '.yml' );34 $config->{from} = File::Spec->catfile( $ENV{HOME} , '/.app-starter/skel', $config->{template} ) ; 35 $self->{config} = File::Spec->catfile( $ENV{HOME} , '/.app-starter/conf' , $config->{template} . '.yml' ); 36 36 }; 37 37 … … 128 128 129 129 # or 130 # This setting map to ~/.app /skell/pand/* as from and ~/.app/conf/panda.yml as config130 # This setting map to ~/.app-starter/skell/pand/* as from and ~/.app-starter/conf/panda.yml as config 131 131 my $app = App::Starter->new( { template => 'panda' , name =>'foo' } )->create; 132 132
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)