release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change
on this file since 42a0c8b 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 | |
---|
1 | use strict; |
---|
2 | use warnings; |
---|
3 | |
---|
4 | package BarnOwl::Style::Basic; |
---|
5 | use lib qw(BarnOwl::Style::Default); |
---|
6 | |
---|
7 | sub description {"Compatability alias for the default style";} |
---|
8 | |
---|
9 | BarnOwl::create_style("basic", "BarnOwl::Style::Basic"); |
---|
10 | |
---|
11 | |
---|
12 | 1; |
---|
Note: See
TracBrowser
for help on using the repository browser.