Skip to content

Commit

Permalink
Add mit license.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Apr 12, 2014
1 parent 21fadc1 commit ebb3ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Text-Table/Build.PL
Expand Up @@ -7,7 +7,7 @@ use Test::Run::Builder;

my $builder = Test::Run::Builder->new(
module_name => 'Text::Table',
license => 'bsd',
license => 'mit',
dist_author => 'Shlomi Fish <shlomif@cpan.org>',
dist_version_from => 'lib/Text/Table.pm',
configure_requires =>
Expand Down
2 changes: 2 additions & 0 deletions Text-Table/Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl extension Text::Table.

1.130 2014-04-12
- Minimum perl version in 'requires' this time in META.yml (CPANTS).
- Change the META.yml license indicator to 'mit' - it is the ISC
license, which is MIT in effect. (CPANTS).

1.129 2014-02-01
- Add minimum perl version to META.yml (CPANTS).
Expand Down

0 comments on commit ebb3ed1

Please sign in to comment.