- Timestamp:
- 07/30/08 11:18:11 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Google-Chart/trunk/Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Google-Chart/trunk/Makefile.PL
r16838 r16840 1 1 use strict; 2 2 use inc::Module::Install; 3 4 my $have_previous = eval { 5 require Google::Chart; 6 $Google::Chart::VERSION < 0.05000; 7 }; 8 9 if ($have_previous) { 10 my $y_n = prompt(<<EOM, "n"); 11 12 You seem to have an old version of Google::Chart installed. 13 As this version of Google::Chart breaks a lot of backwards compatibility, 14 installing this *WILL* break your code if you have something that depends on it. 15 16 Are you sure you want to continue? [y/N] 17 EOM 18 if ($y_n !~ /^y(?:es)$/i) { 19 exit 0; 20 } 21 } 3 22 4 23 name 'Google-Chart';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)