Padre

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

share/templates/perl5/module_pm.tt
share/templates/perl5/script_pl.tt
share/templates/perl5/test_t.tt
share/templates/perl6/script_p6.tt
share/themes/default.txt
share/themes/evening.txt
share/themes/night.txt
share/themes/notepad.txt
share/themes/solarized_dark.txt
share/themes/solarized_light.txt
share/themes/ultraedit.txt
t/01_compile.t
t/02_new.t
t/03_db.t
t/04_config.t
t/05_project.t
t/06_utils.t
t/07_version.t
t/08_style.t
t/09_search.t
t/10_delta.t

t/08_style.t  view on Meta::CPAN


plan( tests => 21 );

my $dir = catdir( 'share', 'themes' );
ok( -d $dir, "Found theme directory $dir" );

my @styles = qw{
	default
	night
	notepad
	ultraedit
	solarized_dark
	solarized_light
};





######################################################################
# Tests for the Style 2.0 API



( run in 0.647 second using v1.01-cache-2.11-cpan-ec4f86ec37b )