Changeset 12424

Show
Ignore:
Timestamp:
05/26/08 09:12:09 (5 years ago)
Author:
tomi-ru
Message:

use parent戻しました

Location:
websites/perl-users.jp
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • websites/perl-users.jp/html/nowpast.html

    r12423 r12424  
    4646 
    4747<ul> 
    48 <li>oldtype: Class:DBI</li> 
     48<li>oldtype: Class::DBI</li> 
    4949<li>modern: DBIx::Class, Data::ObjectDriver</li> 
    5050</ul> 
     
    127127</ul> 
    128128 
     129<h3>継承</h3> 
     130 
     131<ul> 
     132<li>oldtype: <code>use base</code></li> 
     133<li>modern: <code>use parent</code></li> 
     134</ul> 
     135 
    129136<h2>恐怖の Catalyst 編</h2> 
    130137 
  • websites/perl-users.jp/ttroot/nowpast.html

    r12423 r12424  
    1919### OR マッパー 
    2020 
    21 * oldtype: Class:DBI 
     21* oldtype: Class::DBI 
    2222* modern: DBIx::Class, Data::ObjectDriver 
    2323 
     
    7777* 5.10: `//=` 
    7878 
     79### 継承 
     80 
     81* oldtype: `use base` 
     82* modern: `use parent` 
     83 
    7984## 恐怖の Catalyst 編 
    8085