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

release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since bc8275e was ee183be, checked in by Nelson Elhage <nelhage@mit.edu>, 15 years ago
Break perlwrap.pm into multiple files. Break perlwrap.pm out into .pm files in perl/lib. With this commit, we keep perlwrap.pm around and still load it as before. The next commit will delete perlwrap.pm and start loading perl files directly from disk at runtime.
  • Property mode set to 100644
File size: 223 bytes
Line 
1use strict;
2use warnings;
3
4package BarnOwl::Style::Basic;
5our @ISA=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.