Skip Menu |

This queue is for tickets about the Tickit CPAN distribution.

Report information
The Basics
Id: 89235
Status: resolved
Priority: 0/
Queue: Tickit

People
Owner: Nobody in particular
Requestors: TEAM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.40
Fixed in: 0.41



Subject: Tickit::Style docs for ->load_style
Forgot to submit this one... load_style is a class method rather than a function, tiny docpatch for Tickit::Style attached. cheers, Tom
Subject: tickit-style.patch
=== modified file 'lib/Tickit/Style.pm' --- lib/Tickit/Style.pm 2013-09-29 18:13:47 +0000 +++ lib/Tickit/Style.pm 2013-10-03 17:26:18 +0000 @@ -368,7 +368,7 @@ =cut -=head2 Tickit::Style::load_style( $string ) +=head2 Tickit::Style->load_style( $string ) Loads definitions from a stylesheet given in a string. @@ -384,7 +384,7 @@ _load_style( Tickit::Style::Parser->new->from_string( $str ) ); } -=head2 Tickit::Style::load_style_file( $path ) +=head2 Tickit::Style->load_style_file( $path ) Loads definitions from a stylesheet file given by the path.
On Thu Oct 03 13:28:32 2013, TEAM wrote: Show quoted text
> Forgot to submit this one... load_style is a class method rather than > a function, tiny docpatch for Tickit::Style attached.
Ah yes. Have updated the section heading as well. Thanks -- Paul Evans
Now released in 0.41 -- Paul Evans