Changeset 12424
- Timestamp:
- 05/26/08 09:12:09 (5 years ago)
- Location:
- websites/perl-users.jp
- Files:
-
- 2 modified
-
html/nowpast.html (modified) (2 diffs)
-
ttroot/nowpast.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/perl-users.jp/html/nowpast.html
r12423 r12424 46 46 47 47 <ul> 48 <li>oldtype: Class: DBI</li>48 <li>oldtype: Class::DBI</li> 49 49 <li>modern: DBIx::Class, Data::ObjectDriver</li> 50 50 </ul> … … 127 127 </ul> 128 128 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 129 136 <h2>恐怖の Catalyst 編</h2> 130 137 -
websites/perl-users.jp/ttroot/nowpast.html
r12423 r12424 19 19 ### OR マッパー 20 20 21 * oldtype: Class: DBI21 * oldtype: Class::DBI 22 22 * modern: DBIx::Class, Data::ObjectDriver 23 23 … … 77 77 * 5.10: `//=` 78 78 79 ### 継承 80 81 * oldtype: `use base` 82 * modern: `use parent` 83 79 84 ## 恐怖の Catalyst 編 80 85
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)