Changeset 36199
- Timestamp:
- 12/19/09 05:02:48 (3 years ago)
- Files:
-
- 1 modified
-
lang/perl/POD2-JA/Makefile.PL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/POD2-JA/Makefile.PL
r36198 r36199 1 1 use strict; 2 2 use version; 3 4 our $DATE_TIME = scalar localtime; 3 5 4 6 main() unless $ENV{HARNESS_ACTIVE}; … … 81 83 use Encode::Guess; 82 84 83 my $date_time = scalar localtime;84 85 85 sub find_core_version { 86 86 remove_tree('lib/POD2/JA/*') if -d "lib/POD2/JA"; … … 111 111 my $pod = slurp_file($s); 112 112 113 if (defined $version and $version->[0] ne $version->[1]) {114 $pod = sprintf(<<__VERSION, $ date_time, $version->[0], $version->[1]) . $pod;113 if (defined $version) { 114 $pod = sprintf(<<__VERSION, $main::DATE_TIME, $version->[0], $version->[1]) . $pod; 115 115 =head1 ABOUT TRANSLATION VERSION 116 116
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)