Changeset 20276

Show
Ignore:
Timestamp:
04/13/08 08:39:51 (7 months ago)
Author:
Darren_Duncan
Message:

updated any other refs in Pugs repo from Muldis DB to Muldis Rosetta

Files:
5 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r16888 r20276  
    6868* [ext/HTTP/] - A general purpose HTTP toolkit for Perl 6 
    6969* [ext/MessageBus/] - Message Bus with PubSub protocol 
    70 * [ext/Muldis-DB/] - Full-featured truly relational DBMS in Perl 
     70* [ext/Muldis-Rosetta/] - Full-featured truly relational DBMS in Perl 
    7171** This is a rewrite of ext/Rosetta/, which is now deleted 
    72 ** Note that any further release changes for Muldis-DB will be detailed in 
     72** Note, any further release changes for Muldis Rosetta will be detailed in 
    7373   its own Changes file rather than the general Pugs ChangeLog file 
    7474* [ext/Web/] - A general purpose Web toolkit for Perl 6 
  • README

    r20000 r20276  
    8181LICENSE/LGPL-3 and LICENSE/GPL-3. 
    8282 
    83 The "Muldis-DB" library is released by Darren Duncan under the GNU Lesser 
    84 General Public License (LGPL), version 3.0 or later.  See LICENSE/LGPL-3 
    85 and LICENSE/GPL-3. 
     83The "Muldis-Rosetta" library is released by Darren Duncan under the GNU 
     84Lesser General Public License (LGPL), version 3.0 or later.  See 
     85LICENSE/LGPL-3 and LICENSE/GPL-3. 
    8686 
    8787The "WTemplate" library is released by Andras Barthazi under any 
  • docs/Pugs/Doc/Hack.pod

    r16888 r20276  
    152152    |   |-- MIME-Base64        Base64 encode/decode (not a Perl 5 port) 
    153153    |   |-- Module-Pluggable-Fast  Find and load plugin modules 
    154     |   |-- Muldis-DB          Full-featured truly relational DBMS in Perl 
     154    |   |-- Muldis-Rosetta     Full-featured truly relational DBMS in Perl 
    155155    |   |-- Net-IRC            IRC protocol implementation 
    156156    |   |-- Parse-Rule         Perl 6 port of the Parrot Grammar Engine 
  • ext/Locale-KeyedText/lib/Locale/KeyedText.pm

    r16641 r20276  
    963963 
    964964These 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>. 
     965L<Muldis::Rosetta::Interface>, L<Muldis::Rosetta::Validator>, 
     966L<Muldis::Rosetta::Engine::Example>, L<Muldis::Rosetta::Shell>. 
    967967 
    968968=head1 BUGS AND LIMITATIONS 
  • ext/Set-Relation/lib/Set/Relation.pm

    r16641 r20276  
    10281028language will include one. 
    10291029 
    1030 I<Note that the separately released L<Muldis::DB> DBMS framework is one 
    1031 such more robust implementation in principle, though Muldis::DB is 
     1030I<Note that the separately released L<Muldis::Rosetta> DBMS framework is 
     1031one such more robust implementation in principle, though Muldis::Rosetta is 
    10321032intentionally less integrated with the Perl language itself than 
    10331033Set::Relation is, for the ease of providing storage implementation 
     
    15411541These other Perl 6 packages also work in the problem domain of managing 
    15421542data or data definitions or connections to databases: L<Set>, 
    1543 L<Muldis::DB>. 
     1543L<Muldis::Rosetta>. 
    15441544 
    15451545=head1 BUGS AND LIMITATIONS