r15765 - in /trunk/libwww-google-calculator-perl: Changes MANIFEST META.yml debian/changelog inc/ lib/WWW/Google/Calculator.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Feb 27 17:22:29 UTC 2008


Author: gregoa-guest
Date: Wed Feb 27 17:22:27 2008
New Revision: 15765

URL: http://svn.debian.org/wsvn/?sc=1&rev=15765
Log:
New upstream release.

Added:
    trunk/libwww-google-calculator-perl/inc/
      - copied from r15764, branches/upstream/libwww-google-calculator-perl/current/inc/
Modified:
    trunk/libwww-google-calculator-perl/Changes
    trunk/libwww-google-calculator-perl/MANIFEST
    trunk/libwww-google-calculator-perl/META.yml
    trunk/libwww-google-calculator-perl/debian/changelog
    trunk/libwww-google-calculator-perl/lib/WWW/Google/Calculator.pm

Modified: trunk/libwww-google-calculator-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libwww-google-calculator-perl/Changes?rev=15765&op=diff
==============================================================================
--- trunk/libwww-google-calculator-perl/Changes (original)
+++ trunk/libwww-google-calculator-perl/Changes Wed Feb 27 17:22:27 2008
@@ -1,4 +1,8 @@
 Revision history for Perl module WWW::Google::Calculator
+
+0.05 2008-02-27T10:34:16+09:00
+     - Added missing inc directory. I wrote ^inc in MANIFEST.SKIP.. poke me
+       (Reported by rjbs)
 
 0.04 2006-12-04T14:04:56+09:00
      - Added live test with real network

Modified: trunk/libwww-google-calculator-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libwww-google-calculator-perl/MANIFEST?rev=15765&op=diff
==============================================================================
--- trunk/libwww-google-calculator-perl/MANIFEST (original)
+++ trunk/libwww-google-calculator-perl/MANIFEST Wed Feb 27 17:22:27 2008
@@ -1,4 +1,20 @@
 Changes
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/TestBase.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+inc/Spiffy.pm
+inc/Test/Base.pm
+inc/Test/Base/Filter.pm
+inc/Test/Builder.pm
+inc/Test/Builder/Module.pm
+inc/Test/More.pm
 lib/WWW/Google/Calculator.pm
 LICENSE
 Makefile.PL

Modified: trunk/libwww-google-calculator-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libwww-google-calculator-perl/META.yml?rev=15765&op=diff
==============================================================================
--- trunk/libwww-google-calculator-perl/META.yml (original)
+++ trunk/libwww-google-calculator-perl/META.yml Wed Feb 27 17:22:27 2008
@@ -1,21 +1,21 @@
----
+--- 
 abstract: Perl interface for Google calculator
-author: 'Daisuke Murase <typester at cpan.org>'
-build_requires:
+author: Daisuke Murase <typester at cpan.org>
+build_requires: 
   Test::More: 0
 distribution_type: module
-generated_by: Module::Install version 0.65
+generated_by: Module::Install version 0.67
 license: perl
-meta-spec:
+meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
   version: 1.3
 name: WWW-Google-Calculator
-no_index:
-  directory:
+no_index: 
+  directory: 
     - inc
     - t
-requires:
+requires: 
   Class::Accessor::Fast: 0
   HTML::TokeParser: 0
   WWW::Mechanize: 0
-version: 0.04
+version: 0.05

Modified: trunk/libwww-google-calculator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-google-calculator-perl/debian/changelog?rev=15765&op=diff
==============================================================================
--- trunk/libwww-google-calculator-perl/debian/changelog (original)
+++ trunk/libwww-google-calculator-perl/debian/changelog Wed Feb 27 17:22:27 2008
@@ -1,12 +1,13 @@
-libwww-google-calculator-perl (0.04-3) UNRELEASED; urgency=low
+libwww-google-calculator-perl (0.05-1) UNRELEASED; urgency=low
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467923).
   * debian/watch: use dist-based URL.
+  * New upstream release.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:17 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 27 Feb 2008 18:21:47 +0100
 
 libwww-google-calculator-perl (0.04-2) unstable; urgency=low
 

Modified: trunk/libwww-google-calculator-perl/lib/WWW/Google/Calculator.pm
URL: http://svn.debian.org/wsvn/trunk/libwww-google-calculator-perl/lib/WWW/Google/Calculator.pm?rev=15765&op=diff
==============================================================================
--- trunk/libwww-google-calculator-perl/lib/WWW/Google/Calculator.pm (original)
+++ trunk/libwww-google-calculator-perl/lib/WWW/Google/Calculator.pm Wed Feb 27 17:22:27 2008
@@ -7,7 +7,7 @@
 use HTML::TokeParser;
 use URI;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 __PACKAGE__->mk_accessors(qw/mech error/);
 




More information about the Pkg-perl-cvs-commits mailing list