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.