The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 02
META.json 11
META.yml 11
Makefile.PL 11
README 11
README.mkdn 11
lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm 44
lib/Graphics/Primitive/Driver/Cairo.pm 22
8 files changed (This is a version diff) 1113
@@ -1,5 +1,7 @@
 Revision history for Graphics-Primitive-Driver-Cairo
 
+0.46 Feb 17 2014
+
 0.45 Jan 24 2014
 
 0.44 Sep 27 2011
@@ -62,6 +62,6 @@
          "web" : "https://github.com/gphat/graphics-primitive-driver-cairo"
       }
    },
-   "version" : "0.45"
+   "version" : "0.46"
 }
 
@@ -34,4 +34,4 @@ resources:
   bugtracker: https://github.com/gphat/graphics-primitive-driver-cairo/issues
   homepage: https://github.com/gphat/graphics-primitive-driver-cairo
   repository: https://github.com/gphat/graphics-primitive-driver-cairo.git
-version: 0.45
+version: 0.46
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
     "strict" => 0,
     "warnings" => 0
   },
-  "VERSION" => "0.45",
+  "VERSION" => "0.46",
   "test" => {
     "TESTS" => "t/*.t t/author/*.t"
   }
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Graphics-Primitive-Driver-Cairo,
-version 0.45:
+version 0.46:
 
   Cairo backend for Graphics::Primitive
 
@@ -4,7 +4,7 @@ Graphics::Primitive::Driver::Cairo - Cairo backend for Graphics::Primitive
 
 # VERSION
 
-version 0.45
+version 0.46
 
 # SYNOPSIS
 
@@ -1,8 +1,8 @@
 package Graphics::Primitive::Driver::Cairo::TextLayout;
-$Graphics::Primitive::Driver::Cairo::TextLayout::VERSION = '0.45';
+$Graphics::Primitive::Driver::Cairo::TextLayout::VERSION = '0.46';
 use Moose;
 
-# ABSTRCAT: Text layout engine
+# ABSTRACT: Text layout engine
 
 use Graphics::Primitive::TextBox;
 
@@ -134,11 +134,11 @@ __END__
 
 =head1 NAME
 
-Graphics::Primitive::Driver::Cairo::TextLayout
+Graphics::Primitive::Driver::Cairo::TextLayout - Text layout engine
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 SYNOPSIS
 
@@ -1,5 +1,5 @@
 package Graphics::Primitive::Driver::Cairo;
-$Graphics::Primitive::Driver::Cairo::VERSION = '0.45';
+$Graphics::Primitive::Driver::Cairo::VERSION = '0.46';
 use Moose;
 use Moose::Util::TypeConstraints;
 
@@ -898,7 +898,7 @@ Graphics::Primitive::Driver::Cairo - Cairo backend for Graphics::Primitive
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 SYNOPSIS