/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

« back to all changes in this revision

Viewing changes to itex-src/perl/lib/MathML/itex2MML.pm

  • Committer: Jacques Distler
  • Date: 2019-03-23 21:46:56 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20190323214656-rgo97tpyxbe3ltq3
Tags: 1.6.0
itex2MML 1.6.0

Bring up to spec with MathML-core

Show diffs side-by-side

added added

removed removed

4
4
# All Rights Reserved.
5
5
# Licensed under the Perl Artistic License.
6
6
#
7
 
# Version: 1.5.10
 
7
# Version: 1.6.0
8
8
 
9
9
package MathML::itex2MML;
10
10
 
13
13
 
14
14
use base qw(Exporter);
15
15
use base qw(DynaLoader);
16
 
our $VERSION = '1.5.10';
 
16
our $VERSION = '1.6.0';
17
17
 
18
18
package MathML::itex2MMLc;
19
19
bootstrap MathML::itex2MML;