Changeset fd8dfe7 for perlglue.xs


Ignore:
Timestamp:
Jun 2, 2009, 11:53:14 AM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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)
Message:
Load perl code from the filesystem at runtime.

Remove perlwrap.pm and associated code, and instead do 'use BarnOwl'
at boot time to load cdoe from the file system at runtime. In
addition, add appropriate 'use' statements to the .pm files to cause
everything to get loaded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlglue.xs

    r1631825 rfd8dfe7  
    1717         *************************************************************
    1818         * These functions, when they are intended to be user-visible,
    19          * are documented in perlwrap.pm. If you add functions to this
    20          * file, add the appropriate documentation there!
     19         * are documented in perl/lib/BarnOwl.pm. If you add functions
     20         * to this file, add the appropriate documentation there!
    2121         *
    2222         * If the function is simple enough, we simply define its
     
    2525         * simple version here that takes arguments in as flat a
    2626         * manner as possible, to simplify the XS code, put it in
    27          * BarnOwl::Intenal::, and write a perl wrapper in perlwrap.pm
     27         * BarnOwl::Intenal::, and write a perl wrapper in BarnOwl.pm
    2828         * that munges the arguments as appropriate and calls the
    2929         * internal version.
Note: See TracChangeset for help on using the changeset viewer.