[gimp-perl] Tidy-up for 2.3000_01.



commit 3744602b2f788983eb95067189f278c8907910c5
Author: Ed J <m8r-35s8eo mailinator com>
Date:   Sat Apr 19 17:43:17 2014 +0100

    Tidy-up for 2.3000_01.

 Gimp.pm          |    2 +-
 Gimp/Constant.pm |    2 +-
 Gimp/Lib.pm      |    2 +-
 Gimp/Pod.pm      |    2 +-
 Gimp/Util.pm     |    2 +-
 MANIFEST         |    3 +++
 Makefile.PL      |   10 ----------
 Net/Net.pm       |    2 +-
 UI/UI.pm         |    2 +-
 gimp-perl.doap   |   14 +++++++-------
 10 files changed, 17 insertions(+), 24 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index 7213a1f..1862796 100644
--- a/Gimp.pm
+++ b/Gimp.pm
@@ -10,7 +10,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD %EXPORT_TAGS @EXPORT_FAIL
 use subs qw(init end lock unlock);
 
 BEGIN {
-   $VERSION = 2.3001;
+   $VERSION = 2.300001;
    eval {
       require XSLoader;
       XSLoader::load Gimp $VERSION;
diff --git a/Gimp/Constant.pm b/Gimp/Constant.pm
index 20b6caf..f98ca11 100644
--- a/Gimp/Constant.pm
+++ b/Gimp/Constant.pm
@@ -5,7 +5,7 @@ use strict qw(vars);
 use vars qw($VERSION);
 
 BEGIN {
-   $VERSION = 2.3001;
+   $VERSION = 2.300001;
 # XS code in Gimp.xs... for now
 #   eval {
 #      require XSLoader;
diff --git a/Gimp/Lib.pm b/Gimp/Lib.pm
index 265b6f5..ec5f3cf 100644
--- a/Gimp/Lib.pm
+++ b/Gimp/Lib.pm
@@ -4,7 +4,7 @@ use strict;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-   $VERSION = 2.3001;
+   $VERSION = 2.300001;
    require XSLoader;
    XSLoader::load Gimp::Lib $VERSION;
    warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose;
diff --git a/Gimp/Pod.pm b/Gimp/Pod.pm
index b9357df..2a7b79f 100644
--- a/Gimp/Pod.pm
+++ b/Gimp/Pod.pm
@@ -1,6 +1,6 @@
 package Gimp::Pod;
 
-$VERSION = 2.3001;
+$VERSION = 2.300001;
 
 sub myqx(&) {
    local $/;
diff --git a/Gimp/Util.pm b/Gimp/Util.pm
index 05c2cd1..1027f41 100644
--- a/Gimp/Util.pm
+++ b/Gimp/Util.pm
@@ -54,7 +54,7 @@ import Gimp;
 # manual "import" to shut perl -cw up
 sub __ ($);
 
-$VERSION = 2.3001;
+$VERSION = 2.300001;
 
 ##############################################################################
 =pod
diff --git a/MANIFEST b/MANIFEST
index ac537b5..c78687f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -53,6 +53,7 @@ examples/example-fu
 examples/example-net
 examples/example-oo
 examples/examples.TODO
+examples/exceptiontest
 examples/fade-alpha
 examples/feedback
 examples/frame_filter
@@ -137,6 +138,8 @@ po/vi.po
 po/zh_CN.po
 po/zh_TW.po
 pxgettext
+t/examples-api.pl
+t/gimpsetup.pl
 t/import.t
 t/loadlib.t
 t/load.t
diff --git a/Makefile.PL b/Makefile.PL
index 85cccea..498f48c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,16 +48,6 @@ WriteMakefile(
     IO::All            => 0,
     ExtUtils::Depends  => 0,
   },
-  META_MERGE => {
-    "meta-spec" => { version => 2 },
-    resources => {
-      repository => {
-       type => 'git',
-       url => 'git://git.gnome.org/gimp-perl',
-       web => 'https://git.gnome.org/browse/gimp-perl/',
-      },
-    },
-  },
   'DIR'        => [ qw/Gimp Net UI examples/ ],
   'NAME'       => 'Gimp',
   'VERSION_FROM' => 'Gimp.pm',
diff --git a/Net/Net.pm b/Net/Net.pm
index 49a26cc..a2c893f 100644
--- a/Net/Net.pm
+++ b/Net/Net.pm
@@ -34,7 +34,7 @@ use IO::Socket;
 use Carp 'croak';
 use Fcntl qw(F_SETFD);
 
-$VERSION = 2.3001;
+$VERSION = 2.300001;
 bootstrap Gimp::Net $VERSION;
 
 use constant {
diff --git a/UI/UI.pm b/UI/UI.pm
index e548000..f458cf4 100644
--- a/UI/UI.pm
+++ b/UI/UI.pm
@@ -40,7 +40,7 @@ of the API has been converted.
 # <sjburges gimp org> removed the camel logo from scripts
 
 BEGIN {
-   $VERSION = 2.3001;
+   $VERSION = 2.300001;
    eval {
       require XSLoader;
       XSLoader::load Gimp::UI $VERSION;
diff --git a/gimp-perl.doap b/gimp-perl.doap
index 57d102a..5ad9082 100644
--- a/gimp-perl.doap
+++ b/gimp-perl.doap
@@ -5,20 +5,20 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">GIMP Perl</name>
-  <shortdesc xml:lang="en">A plug-in for GIMP allowing automation by the use of Perl scripts</shortdesc>
-  <homepage rdf:resource="http://www.ve3syb.ca/software/gimp-perl/"; />
-  <download-page rdf:resource="http://www.ve3syb.ca/software/gimp-perl/gimp-perl-download.html"; />
+  <shortdesc xml:lang="en">A plug-in for GIMP allowing automation with Perl scripts</shortdesc>
+  <homepage rdf:resource="https://metacpan.org/pod/Gimp"; />
+  <download-page rdf:resource="https://metacpan.org/pod/Gimp"; />
 <!--
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
 -->
-  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gimp-perl"; />
+  <bug-database rdf:resource="https://rt.cpan.org/Dist/Display.html?Name=Gimp"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
 
   <maintainer>
     <foaf:Person>
-      <foaf:name>Kevin Cozens</foaf:name>
-      <foaf:mbox rdf:resource="mailto:kcozens svn gnome org" />
-      <gnome:userid>kcozens</gnome:userid>
+      <foaf:name>Ed J</foaf:name>
+<!--      <foaf:mbox rdf:resource="" /> -->
+<!--      <gnome:userid></gnome:userid> -->
     </foaf:Person>
   </maintainer>
 </Project>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]