|
Revision 37601, 336 bytes
(checked in by tomi-ru, 21 months ago)
|
|
Checking in changes prior to tagging of version 0.03. Changelog diff is:
Index: Changes
===================================================================
--- Changes (リビジョン 35829)
+++ Changes (作業コピー)
@@ -1,5 +1,8 @@
Revision history for Perl extension Imager::Filter::Bakumatsu
+0.03 Mon May 17 19:16:53 JST 2010
+ - Fix install_share
+
0.02 Tue Jul 8 21:37:53 JST 2008
- fixed dependencies
- fixed typo
|
| Line | |
|---|
| 1 | use inc::Module::Install; |
|---|
| 2 | |
|---|
| 3 | name 'Imager-Filter-Bakumatsu'; |
|---|
| 4 | all_from 'lib/Imager/Filter/Bakumatsu.pm'; |
|---|
| 5 | |
|---|
| 6 | build_requires 'Test::More'; |
|---|
| 7 | build_requires 'File::Compare'; |
|---|
| 8 | build_requires 'File::Temp'; |
|---|
| 9 | |
|---|
| 10 | requires 'Imager'; |
|---|
| 11 | requires 'File::ShareDir' => 1.00; |
|---|
| 12 | |
|---|
| 13 | install_share 'module', 'Imager::Filter::Bakumatsu', 'share'; |
|---|
| 14 | auto_include; |
|---|
| 15 | |
|---|
| 16 | WriteAll; |
|---|