Changeset 522 for libcaca/trunk/perl
- Timestamp:
- Mar 4, 2006, 1:35:45 AM (17 years ago)
- Location:
- libcaca/trunk/perl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/perl/Build.PL
r379 r522 3 3 my $builder = Module::Build->new ( 4 4 module_name => 'Term::Caca', 5 license => ' lgpl',5 license => 'wtfpl', 6 6 7 7 requires => { -
libcaca/trunk/perl/META.yml
r379 r522 5 5 abstract: |- 6 6 perl interface for libcaca (Colour AsCii Art library) 7 license: lgpl7 license: wtfpl 8 8 build_requires: 9 9 Test::More: 0
Note: See TracChangeset
for help on using the changeset viewer.