Changeset 4225
- Timestamp:
- 01/08/08 21:15:07 (5 years ago)
- Location:
- lang/perl/Config-Pit/trunk
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Config-Pit/trunk/Makefile.PL
r4208 r4225 10 10 requires 'List::MoreUtils'; 11 11 12 install_script 'bin/ppit'; 13 12 14 build_requires 'Test::More'; 13 15 use_test_base; -
lang/perl/Config-Pit/trunk/Rakefile
r4202 r4225 16 16 end 17 17 18 file "Makefile" do 18 desc "make install" 19 task :install => ["Makefile"] do 20 sh %{sudo make install} 21 end 22 23 desc "make uninstall" 24 task :uninstall => ["Makefile"] do 25 sh %{sudo make uninstall} 26 end 27 28 file "Makefile" => ["Makefile.PL"] do 19 29 sh %{perl Makefile.PL} 20 30 end 31 32 file "Makefile.PL"
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)