~ubuntu-branches/ubuntu/quantal/imagemagick/quantal

« back to all changes in this revision

Viewing changes to PerlMagick/Magick.pm

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 13:01:13 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604130113-my9114jxmafpwew3
Tags: 7:6.5.1.0-1.1ubuntu1
* Merge from debian unstable, remaining changes:
  - (Build-)depend on libltdl7-dev instead of libltdl3-dev (the armel buildds
    currently have both available).
  - Don't build-dep on librsvg, it brings in excessive dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
      ConfigureError FatalErrorException
31
31
    );
32
32
 
33
 
$VERSION = '6.4.5';
 
33
$VERSION = '6.5.1';
34
34
 
35
35
sub AUTOLOAD {
36
36
    # This AUTOLOAD is used to 'autoload' constants from the constant()
109
109
 
110
110
A Web page has been set up for this extension. See:
111
111
 
112
 
         file:///usr/share/doc/ImageMagick-6.4.5/www/perl-magick.html
 
112
         file:///usr/share/doc/ImageMagick-6.5.1/www/perl-magick.html
113
113
         http://www.imagemagick.org/script/perl-magick.php
114
114
 
115
115
=head1 AUTHOR