Skip to content

Commit

Permalink
Replace p6/perl6 with Raku
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Dec 23, 2019
1 parent 1be25fe commit 706bced
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"builder" : "MeCab::CustomBuilder",
"depends" : [ ],
"description" : "A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )",
"description" : "A Raku bindings for libmecab ( http://taku910.github.io/mecab/ )",
"license" : "Artistic-2.0",
"name" : "MeCab",
"perl" : "6.c",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/titsuki/p6-MeCab.svg?branch=master)](https://travis-ci.org/titsuki/p6-MeCab)
[![Build Status](https://travis-ci.org/titsuki/raku-MeCab.svg?branch=master)](https://travis-ci.org/titsuki/raku-MeCab)

NAME
====

MeCab - A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )
MeCab - A Raku bindings for libmecab ( http://taku910.github.io/mecab/ )

SYNOPSIS
========
Expand Down Expand Up @@ -63,7 +63,7 @@ EXAMPLE 2
DESCRIPTION
===========

MeCab is a Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ ).
MeCab is a Raku bindings for libmecab ( http://taku910.github.io/mecab/ ).

NOTICE
======
Expand Down
4 changes: 2 additions & 2 deletions lib/MeCab.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MeCab::Path is export {
=head1 NAME
MeCab - A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )
MeCab - A Raku bindings for libmecab ( http://taku910.github.io/mecab/ )
=head1 SYNOPSIS
Expand Down Expand Up @@ -124,7 +124,7 @@ MeCab - A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )
=head1 DESCRIPTION
MeCab is a Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ ).
MeCab is a Raku bindings for libmecab ( http://taku910.github.io/mecab/ ).
=head1 NOTICE
Expand Down
4 changes: 2 additions & 2 deletions lib/MeCab/DictionaryInfo.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ method type {
=head1 NAME
MeCab::DictionaryInfo - A Perl 6 MeCab::DictionaryInfo class
MeCab::DictionaryInfo - A Raku MeCab::DictionaryInfo class
=head1 SYNOPSIS
Expand All @@ -38,7 +38,7 @@ MeCab::DictionaryInfo - A Perl 6 MeCab::DictionaryInfo class
=head1 DESCRIPTION
MeCab::DictionaryInfo is a Perl 6 MeCab::DictionaryInfo class.
MeCab::DictionaryInfo is a Raku MeCab::DictionaryInfo class.
=head2 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/MeCab/Lattice.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ submethod DESTROY {
=head1 NAME
MeCab::Lattice - A Perl 6 MeCab::Lattice class
MeCab::Lattice - A Raku MeCab::Lattice class
=head1 SYNOPSIS
Expand All @@ -219,7 +219,7 @@ MeCab::Lattice - A Perl 6 MeCab::Lattice class
=head1 DESCRIPTION
MeCab::Lattice is a Perl 6 MeCab::Lattice class.
MeCab::Lattice is a Raku MeCab::Lattice class.
=head2 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/MeCab/Model.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ submethod DESTROY {
=head1 NAME
MeCab::Model - A Perl 6 MeCab::Model class
MeCab::Model - A Raku MeCab::Model class
=head1 SYNOPSIS
Expand Down Expand Up @@ -97,7 +97,7 @@ MeCab::Model - A Perl 6 MeCab::Model class
=head1 DESCRIPTION
MeCab::Model is a Perl 6 MeCab::Model class.
MeCab::Model is a Raku MeCab::Model class.
=head2 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/MeCab/Tagger.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ submethod DESTROY {
=head1 NAME
MeCab::Tagger - A Perl 6 MeCab::Tagger class
MeCab::Tagger - A Raku MeCab::Tagger class
=head1 SYNOPSIS
Expand Down Expand Up @@ -121,7 +121,7 @@ MeCab::Tagger - A Perl 6 MeCab::Tagger class
=head1 DESCRIPTION
MeCab::Tagger is a Perl 6 MeCab::Tagger class.
MeCab::Tagger is a Raku MeCab::Tagger class.
=head2 METHODS
Expand Down
2 changes: 1 addition & 1 deletion src/libmecab.cpp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// Relicensed under the Artistic License 2.0:
// p6-MeCab -- A Perl 6 bindings for MeCab
// raku-MeCab -- A Raku bindings for MeCab
// Copyright(C) 2016 titsuki <titsuki@cpan.org>
// For more details, see the "LICENSE" file.
--- mecab-0.996/src/libmecab.cpp 2013-02-18 02:22:51.000000000 +0900
Expand Down
2 changes: 1 addition & 1 deletion src/mecab.h.patch
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// Relicensed under the Artistic License 2.0:
// p6-MeCab -- A Perl 6 bindings for MeCab
// raku-MeCab -- A Raku bindings for MeCab
// Copyright(C) 2016 titsuki <titsuki@cpan.org>
// For more details, see the "LICENSE" file.
--- mecab-0.996/src/mecab.h 2013-02-18 02:21:55.000000000 +0900
Expand Down
2 changes: 1 addition & 1 deletion src/tagger.cpp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// Relicensed under the Artistic License 2.0:
// p6-MeCab -- A Perl 6 bindings for MeCab
// raku-MeCab -- A Raku bindings for MeCab
// Copyright(C) 2016 titsuki <titsuki@cpan.org>
// For more details, see the "LICENSE" file.
--- mecab-0.996/src/tagger.cpp 2013-02-18 01:55:30.000000000 +0900
Expand Down

0 comments on commit 706bced

Please sign in to comment.