Changeset 20276
- Timestamp:
- 04/13/08 08:39:51 (7 months ago)
- Files:
-
- 5 modified
-
ChangeLog (modified) (1 diff)
-
README (modified) (1 diff)
-
docs/Pugs/Doc/Hack.pod (modified) (1 diff)
-
ext/Locale-KeyedText/lib/Locale/KeyedText.pm (modified) (1 diff)
-
ext/Set-Relation/lib/Set/Relation.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r16888 r20276 68 68 * [ext/HTTP/] - A general purpose HTTP toolkit for Perl 6 69 69 * [ext/MessageBus/] - Message Bus with PubSub protocol 70 * [ext/Muldis- DB/] - Full-featured truly relational DBMS in Perl70 * [ext/Muldis-Rosetta/] - Full-featured truly relational DBMS in Perl 71 71 ** This is a rewrite of ext/Rosetta/, which is now deleted 72 ** Note that any further release changes for Muldis-DBwill be detailed in72 ** Note, any further release changes for Muldis Rosetta will be detailed in 73 73 its own Changes file rather than the general Pugs ChangeLog file 74 74 * [ext/Web/] - A general purpose Web toolkit for Perl 6 -
README
r20000 r20276 81 81 LICENSE/LGPL-3 and LICENSE/GPL-3. 82 82 83 The "Muldis- DB" library is released by Darren Duncan under the GNU Lesser84 General Public License (LGPL), version 3.0 or later. See LICENSE/LGPL-3 85 and LICENSE/GPL-3.83 The "Muldis-Rosetta" library is released by Darren Duncan under the GNU 84 Lesser General Public License (LGPL), version 3.0 or later. See 85 LICENSE/LGPL-3 and LICENSE/GPL-3. 86 86 87 87 The "WTemplate" library is released by Andras Barthazi under any -
docs/Pugs/Doc/Hack.pod
r16888 r20276 152 152 | |-- MIME-Base64 Base64 encode/decode (not a Perl 5 port) 153 153 | |-- Module-Pluggable-Fast Find and load plugin modules 154 | |-- Muldis- DBFull-featured truly relational DBMS in Perl154 | |-- Muldis-Rosetta Full-featured truly relational DBMS in Perl 155 155 | |-- Net-IRC IRC protocol implementation 156 156 | |-- Parse-Rule Perl 6 port of the Parrot Grammar Engine -
ext/Locale-KeyedText/lib/Locale/KeyedText.pm
r16641 r20276 963 963 964 964 These Perl 6 packages may some day be dependents of Locale::KeyedText: 965 L<Muldis:: DB::AST>, L<Muldis::DB>, L<Muldis::DB::Validator>,966 L<Muldis:: DB::Engine::Example>, L<Muldis::DB::Shell>.965 L<Muldis::Rosetta::Interface>, L<Muldis::Rosetta::Validator>, 966 L<Muldis::Rosetta::Engine::Example>, L<Muldis::Rosetta::Shell>. 967 967 968 968 =head1 BUGS AND LIMITATIONS -
ext/Set-Relation/lib/Set/Relation.pm
r16641 r20276 1028 1028 language will include one. 1029 1029 1030 I<Note that the separately released L<Muldis:: DB> DBMS framework is one1031 such more robust implementation in principle, though Muldis::DBis1030 I<Note that the separately released L<Muldis::Rosetta> DBMS framework is 1031 one such more robust implementation in principle, though Muldis::Rosetta is 1032 1032 intentionally less integrated with the Perl language itself than 1033 1033 Set::Relation is, for the ease of providing storage implementation … … 1541 1541 These other Perl 6 packages also work in the problem domain of managing 1542 1542 data or data definitions or connections to databases: L<Set>, 1543 L<Muldis:: DB>.1543 L<Muldis::Rosetta>. 1544 1544 1545 1545 =head1 BUGS AND LIMITATIONS
