Skip to content

Commit

Permalink
init import
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius committed Mar 1, 2009
0 parents commit 89d0bcf
Show file tree
Hide file tree
Showing 9 changed files with 1,429 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Changes
@@ -0,0 +1,40 @@
____________________________________________________________________________
[ 706] By: autrijus on 2002/08/18 03:49:00
Log: * 0.03.
* added lots of new keywords.
* cleaned up POD.
! Makefile.PL PerlYuYan.pm README
____________________________________________________________________________
[ 687] By: autrijus on 2002/08/17 09:01:08
Log: * manifest checkin.
! MANIFEST
____________________________________________________________________________
[ 2912] By: autrijus on 2002/01/22 01:51:40
Log: * This be 0.02.
* eliminate duplicates.
! PerlYuYan.pm t/1-basic.t
____________________________________________________________________________
[ 2911] By: autrijus on 2002/01/22 01:46:31
Log: * new example.
! PerlYuYan.pm
____________________________________________________________________________
[ 2910] By: autrijus on 2002/01/21 23:42:44
Log: * changes.
! Changes
____________________________________________________________________________
[ 2909] By: autrijus on 2002/01/21 23:42:24
Log: * this be 0.01 release.
* updates PODs.
! PerlYuYan.pm README
____________________________________________________________________________
[ 2908] By: autrijus on 2002/01/21 23:38:59
Log: * update test in accord to POD.
! t/1-basic.t
____________________________________________________________________________
[ 2907] By: autrijus on 2002/01/21 23:37:25
Log: * changes.
+ Changes
____________________________________________________________________________
[ 2906] By: autrijus on 2002/01/21 23:35:10
Log: * perl in chinese.
+ MANIFEST Makefile.PL PerlYuYan.pm README t/1-basic.t
7 changes: 7 additions & 0 deletions MANIFEST
@@ -0,0 +1,7 @@
Changes
MANIFEST
Makefile.PL List of files
PerlYuYan.pm Good things
README
SIGNATURE
t/1-basic.t
26 changes: 26 additions & 0 deletions Makefile.PL
@@ -0,0 +1,26 @@
#!/usr/bin/perl
# $File: //member/autrijus/Lingua-Sinica-PerlYuYan/Makefile.PL $ $Author: autrijus $
# $Revision: #2 $ $Change: 706 $ $DateTime: 2002/08/18 03:49:00 $

require 5.005;

use ExtUtils::MakeMaker;

WriteMakefile(
AUTHOR => 'Autrijus Tang (autrijus@autrijus.org)',
ABSTRACT => 'Write Perl in Chinese',
NAME => 'Lingua::Sinica::PerlYuYan',
VERSION_FROM => 'PerlYuYan.pm',
DISTNAME => 'Lingua-Sinica-PerlYuYan',
BINARY_LOCATION => 'x86/Lingua-Sinica-PerlYuYan.tar.gz',

PREREQ_PM => {
'Filter::Simple' => '0.70',
},

dist => {
COMPRESS => 'gzip -9',
SUFFIX => '.gz',
},
);

0 comments on commit 89d0bcf

Please sign in to comment.