Changeset fd8dfe7 for perl/lib/BarnOwl.pm
- Timestamp:
- Jun 2, 2009, 11:53:14 AM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 8daf504
- Parents:
- ee183be
- git-author:
- Nelson Elhage <nelhage@mit.edu> (06/01/09 22:45:53)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (06/02/09 11:53:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl.pm
ree183be rfd8dfe7 3 3 4 4 package BarnOwl; 5 6 BEGIN { 7 # bootstrap in C bindings and glue 8 *owl:: = \*BarnOwl::; 9 bootstrap BarnOwl 1.2; 10 }; 11 12 use lib(get_data_dir() . "/lib"); 13 use lib(get_config_dir() . "/lib"); 14 15 use BarnOwl::Hook; 16 use BarnOwl::Hooks; 17 use BarnOwl::Message; 18 use BarnOwl::Style; 19 use BarnOwl::Timer; 5 20 6 21 =head1 NAME … … 136 151 137 152 =cut 138 139 140 BEGIN {141 # bootstrap in C bindings and glue142 *owl:: = \*BarnOwl::;143 bootstrap BarnOwl 1.2;144 };145 146 use lib(get_data_dir() . "/lib");147 use lib(get_config_dir() . "/lib");148 153 149 154 # perlconfig.c will set this to the value of the -c command-line
Note: See TracChangeset
for help on using the changeset viewer.