r48105 - in /branches/upstream/libjavascript-perl/current: ._Changes ._Makefile.PL Changes META.yml lib/._JavaScript.pm lib/JavaScript.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Dec 2 16:53:37 UTC 2009


Author: jawnsy-guest
Date: Wed Dec  2 16:53:33 2009
New Revision: 48105

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48105
Log:
[svn-upgrade] Integrating new upstream version, libjavascript-perl (1.14)

Removed:
    branches/upstream/libjavascript-perl/current/._Changes
    branches/upstream/libjavascript-perl/current/._Makefile.PL
    branches/upstream/libjavascript-perl/current/lib/._JavaScript.pm
Modified:
    branches/upstream/libjavascript-perl/current/Changes
    branches/upstream/libjavascript-perl/current/META.yml
    branches/upstream/libjavascript-perl/current/lib/JavaScript.pm

Modified: branches/upstream/libjavascript-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/Changes?rev=48105&op=diff
==============================================================================
--- branches/upstream/libjavascript-perl/current/Changes (original)
+++ branches/upstream/libjavascript-perl/current/Changes Wed Dec  2 16:53:33 2009
@@ -1,5 +1,8 @@
 Revision history for Perl extension JavaScript.
 
+1.14  2009-12-01
+	- No functional changes, just a re-dist. (Damn you OS X for preserving resource forks when I don't want it...)
+	
 1.13  2009-11-30
 	- Fixes compilation issues agains SM from MacPorts. [rt.cpan.org #48702] (Dominic Mitchell)
 	- Fixes compilation issues on Win32 (Apachez)

Modified: branches/upstream/libjavascript-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/META.yml?rev=48105&op=diff
==============================================================================
--- branches/upstream/libjavascript-perl/current/META.yml (original)
+++ branches/upstream/libjavascript-perl/current/META.yml Wed Dec  2 16:53:33 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                JavaScript
-version:             1.13
+version:             1.14
 abstract:            Perl extension for executing embedded JavaScript
 license:             perl
 author:              

Modified: branches/upstream/libjavascript-perl/current/lib/JavaScript.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/lib/JavaScript.pm?rev=48105&op=diff
==============================================================================
--- branches/upstream/libjavascript-perl/current/lib/JavaScript.pm (original)
+++ branches/upstream/libjavascript-perl/current/lib/JavaScript.pm Wed Dec  2 16:53:33 2009
@@ -23,7 +23,7 @@
 
 our %EXPORT_TAGS = ( all => [@EXPORT_OK] );
 
-our $VERSION = "1.13";
+our $VERSION = "1.14";
 
 our $MAXBYTES = 1024 ** 2;
 




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