- Timestamp:
- 09/13/07 07:26:16 (16 months ago)
- Location:
- ext/Muldis-DB
- Files:
-
- 1 removed
- 3 modified
-
Changes (modified) (1 diff)
-
README (modified) (1 diff)
-
lib/Muldis/DB.pm (modified) (1 diff)
-
lib/Muldis/DB/Copying.pod (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ext/Muldis-DB/Changes
r17297 r17781 2 2 --------------------------------------------------------------------------- 3 3 4 2007-0 8-18Darren Duncan <perl@DarrenDuncan.net>5 6 * Muldis DB version 0. 3.1for Perl 5 is released on CPAN as7 Muldis-DB-0. 3.1.tar.gz. Muldis DB version 0.3.1for Perl 6 is not4 2007-09-xx Darren Duncan <perl@DarrenDuncan.net> 5 6 * Muldis DB version 0.4.0 for Perl 5 is released on CPAN as 7 Muldis-DB-0.4.0.tar.gz. Muldis DB version 0.4.0 for Perl 6 is not 8 8 released at this time, if ever, since it is currently released only as 9 9 part of the Perl6-Pugs project (in its ext/Muldis-DB/ subdirectory), 10 10 which sets its own less frequent release schedule. The rest of this 11 11 Changes entry refers only to the Perl 5 version. 12 13 * Removed the file Copying.pod; it isn't particularly useful anymore. 14 15 * New file versions are: DB.pm 0.4.0. 16 17 2007-08-18 Darren Duncan <perl@DarrenDuncan.net> 18 19 * Muldis DB version 0.3.1 for Perl 5 is released on CPAN as 20 Muldis-DB-0.3.1.tar.gz. Muldis DB version 0.3.1 for Perl 6 is not 21 released at all. The rest of this Changes entry refers only to the 22 Perl 5 version. 12 23 13 24 * Renamed DB.pod to DB.pm, and added an empty dummy package declaration -
ext/Muldis-DB/README
r17275 r17781 45 45 2. (opt) Changes 46 46 3. lib/Muldis/DB.pm 47 4. (opt) lib/Muldis/DB/Copying.pod 48 5. lib/Muldis/DB/Interface.pm 49 6. lib/Muldis/DB/Literal.pm 50 7. (opt) lib/Muldis/DB/Validator.pm 51 8. (opt) lib/Muldis/DB/Engine/Example.pm 52 9. lib/Muldis/DB/SeeAlso.pod 53 10. (opt) TODO 47 4. lib/Muldis/DB/Interface.pm 48 5. lib/Muldis/DB/Literal.pm 49 6. (opt) lib/Muldis/DB/Validator.pm 50 7. (opt) lib/Muldis/DB/Engine/Example.pm 51 8. lib/Muldis/DB/SeeAlso.pod 52 9. (opt) TODO 54 53 55 54 Then you can carry on with anything else. -
ext/Muldis-DB/lib/Muldis/DB.pm
r17276 r17781 243 243 possible for you to employ Muldis DB to meet your needs. 244 244 245 For more information on matters such as licensing, including rationale, see246 also the L<Muldis::DB::Copying> file that comes with Muldis DB.247 248 245 Any versions of Muldis DB that you modify and distribute must carry 249 246 prominent notices stating that you changed the files and the date of any
