Skip to content

Commit

Permalink
Rm Changes, add build script, rm "make / make test" from mkfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
benkasminbullock committed May 4, 2012
1 parent 7a00723 commit 65ae9b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
14 changes: 0 additions & 14 deletions Changes

This file was deleted.

8 changes: 8 additions & 0 deletions build.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/home/ben/software/install/bin/perl
use warnings;
use strict;
use Perl::Build;
perl_build (
makefile => "makeitfile",
);

2 changes: 1 addition & 1 deletion lib/Lingua/JA/Moji.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require Exporter;
use warnings;
use strict;

our $VERSION = '0.13';
our $VERSION = '0.14';

use Carp;
use Convert::Moji qw/make_regex length_one unambiguous/;
Expand Down
3 changes: 0 additions & 3 deletions makeitfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ POD2HTML=perl -MPod::Simple::HTML -e Pod::Simple::HTML::go
LIB=lib/Lingua/JA

all: $(LIB)/Moji.pod $(LIB)/Moji-ja.pod
perl Makefile.PL
make
make test

html: $(WWW)/moji.html $(WWW)/moji-ja.html

Expand Down

0 comments on commit 65ae9b3

Please sign in to comment.