Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
wbuntine committed Jun 5, 2014
1 parent bfa8816 commit 4661e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Current release 0.7
* moved user guide into 'doc/' with Makefile
* changed name to "text-bags" (was DCA-bags)
* new command linkTokens to create preferred capitalisation of tokens
* corrected 'utf8:all" to remove wide char problems
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WriteMakefile(
AUTHOR => 'Wray Buntine',
ABSTRACT => 'Simple bag/list generation and for text and link preprocessing',
PREREQ_PM => {HTML::Entities => 0, Encode => 0, Getopt::Long => 0,
Pod::Usage => 0, IO::Handle => 0, POSIX => 0,
Pod::Usage => 0, IO::Handle => 0, POSIX => 0, utf8::all => 0,
URI => 0, Digest::MD5 => 0, Lingua::Stem => 0,
Lingua::EN::Sentence => 0, XML::Parser => 0,
FileHandle => 0, File::Tail => 0, IO::Pipe => 0,
Expand Down

0 comments on commit 4661e35

Please sign in to comment.