source: perl/lib/BarnOwl/Style/Basic.pm @ fd79497

release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since fd79497 was fc92548d, checked in by Nelson Elhage <nelhage@mit.edu>, 15 years ago
Replace '@ISA' references with 'use base' 'use base' will automatically 'use' the prereq modules, which was potentially problematic back when that didn't work, but is now exactly what we want.
  • Property mode set to 100644
File size: 222 bytes
Line 
1use strict;
2use warnings;
3
4package BarnOwl::Style::Basic;
5use lib qw(BarnOwl::Style::Default);
6
7sub description {"Compatability alias for the default style";}
8
9BarnOwl::create_style("basic", "BarnOwl::Style::Basic");
10
11
121;
Note: See TracBrowser for help on using the repository browser.