r33959 - in /trunk/libcss-squish-perl: CHANGES META.yml Makefile.PL debian/changelog debian/control lib/CSS/Squish.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Apr 24 15:31:40 UTC 2009


Author: ryan52-guest
Date: Fri Apr 24 15:31:35 2009
New Revision: 33959

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33959
Log:
* New upstream release
* Add myself to Uploaders
* Debian Policy 3.8.1

Modified:
    trunk/libcss-squish-perl/CHANGES
    trunk/libcss-squish-perl/META.yml
    trunk/libcss-squish-perl/Makefile.PL
    trunk/libcss-squish-perl/debian/changelog
    trunk/libcss-squish-perl/debian/control
    trunk/libcss-squish-perl/lib/CSS/Squish.pm

Modified: trunk/libcss-squish-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-squish-perl/CHANGES?rev=33959&op=diff
==============================================================================
--- trunk/libcss-squish-perl/CHANGES (original)
+++ trunk/libcss-squish-perl/CHANGES Fri Apr 24 15:31:35 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension CSS::Squish.
+
+0.08  Mon Apr 20 2009
+    
+    * module doesn't work on perl 5.6.x and older
+    * update docs
 
 0.07  Fri Nov 9 2007
     

Modified: trunk/libcss-squish-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-squish-perl/META.yml?rev=33959&op=diff
==============================================================================
--- trunk/libcss-squish-perl/META.yml (original)
+++ trunk/libcss-squish-perl/META.yml Fri Apr 24 15:31:35 2009
@@ -1,18 +1,25 @@
 --- #YAML:1.0
-name:                CSS-Squish
-version:             0.07
-abstract:            Compact many CSS files into one big file
-license:             ~
-generated_by:        ExtUtils::MakeMaker version 6.36
-distribution_type:   module
-requires:     
-    File::Spec:                    0
-    Scalar::Util:                  0
-    Test::LongString:              0
-    URI:                           0
-    URI::file:                     0
-meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+name:               CSS-Squish
+version:            0.08
+abstract:           Compact many CSS files into one big file
 author:
     - Thomas Sibley <trs at bestpractical.com>
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    File::Spec:        0
+    perl:              5.008
+    Scalar::Util:      0
+    Test::LongString:  0
+    URI:               0
+    URI::file:         0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libcss-squish-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-squish-perl/Makefile.PL?rev=33959&op=diff
==============================================================================
--- trunk/libcss-squish-perl/Makefile.PL (original)
+++ trunk/libcss-squish-perl/Makefile.PL Fri Apr 24 15:31:35 2009
@@ -1,9 +1,12 @@
+use 5.008;
 use strict;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
     NAME              => 'CSS::Squish',
+    ABSTRACT_FROM     => 'lib/CSS/Squish.pm',
     VERSION_FROM      => 'lib/CSS/Squish.pm',
+    MIN_PERL_VERSION  => 5.008,
     PREREQ_PM         => {
         'File::Spec'        => 0,
         'URI'               => 0,
@@ -11,8 +14,6 @@
         'Scalar::Util'      => 0,
         'Test::LongString'  => 0,
     },
-    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM  => 'lib/CSS/Squish.pm',
-       AUTHOR         => 'Thomas Sibley <trs at bestpractical.com>') : ()),
+    AUTHOR            => 'Thomas Sibley <trs at bestpractical.com>',
 );
 

Modified: trunk/libcss-squish-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-squish-perl/debian/changelog?rev=33959&op=diff
==============================================================================
--- trunk/libcss-squish-perl/debian/changelog (original)
+++ trunk/libcss-squish-perl/debian/changelog Fri Apr 24 15:31:35 2009
@@ -1,9 +1,15 @@
-libcss-squish-perl (0.07-2) UNRELEASED; urgency=low
+libcss-squish-perl (0.08-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:41:06 +0100
+  [ Ryan Niebur ]
+  * New upstream release
+  * Add myself to Uploaders
+  * Debian Policy 3.8.1
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 24 Apr 2009 08:31:26 -0700
 
 libcss-squish-perl (0.07-1) unstable; urgency=low
 

Modified: trunk/libcss-squish-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-squish-perl/debian/control?rev=33959&op=diff
==============================================================================
--- trunk/libcss-squish-perl/debian/control (original)
+++ trunk/libcss-squish-perl/debian/control Fri Apr 24 15:31:35 2009
@@ -5,8 +5,8 @@
 Build-Depends-Indep: perl (>= 5.8.8-12), libtest-pod-coverage-perl, libtest-pod-perl,
  libtest-longstring-perl, liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at debian.org>
-Standards-Version: 3.7.3
+Uploaders: Niko Tyni <ntyni at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/CSS-Squish/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcss-squish-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcss-squish-perl/

Modified: trunk/libcss-squish-perl/lib/CSS/Squish.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-squish-perl/lib/CSS/Squish.pm?rev=33959&op=diff
==============================================================================
--- trunk/libcss-squish-perl/lib/CSS/Squish.pm (original)
+++ trunk/libcss-squish-perl/lib/CSS/Squish.pm Fri Apr 24 15:31:35 2009
@@ -1,9 +1,10 @@
+use 5.008;
 use strict;
 use warnings;
 
 package CSS::Squish;
 
-$CSS::Squish::VERSION = '0.07';
+$CSS::Squish::VERSION = '0.08';
 
 # Setting this to true will enable lots of debug logging about what
 # CSS::Squish is doing
@@ -30,6 +31,10 @@
 
 This module takes a list of CSS files and concatenates them, making sure
 to honor any valid @import statements included in the files.
+
+The benefit of this is that you get to keep your CSS as individual files,
+but can serve it to users in one big file, saving the overhead of possibly
+dozens of HTTP requests.
 
 Following the CSS 2.1 spec, @import statements must be the first rules in
 a CSS file.  Media-specific @import statements will be honored by enclosing




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