Update of /cvsroot/perl-flat/flat4cpan/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4883/lib
Modified Files:
FLAT.pm
Log Message:
adding META.yml and working making the little POD there is not suck
Index: FLAT.pm
===================================================================
RCS file: /cvsroot/perl-flat/flat4cpan/lib/FLAT.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FLAT.pm 21 Feb 2006 14:43:40 -0000 1.1
--- FLAT.pm 23 Feb 2006 21:04:54 -0000 1.2
***************
*** 3,7 ****
use vars '$VERSION';
! $VERSION = 1.00;
## let subclasses implement a minimal set of closure properties.
--- 3,7 ----
use vars '$VERSION';
! $VERSION = 0.3;
## let subclasses implement a minimal set of closure properties.
|