Parent Directory
|
Revision Log
were forgot to be added to the CVS repository
| 1 | wakaba | 1.1 | package SWE::Object::Document::NotYet; |
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use base qw(SWE::Object::Document); | ||
| 5 | |||
| 6 | sub prop ($) { | ||
| 7 | return {}; | ||
| 8 | } # prop | ||
| 9 | |||
| 10 | sub to_text_media_type ($) { | ||
| 11 | return undef; | ||
| 12 | } # to_text_media_type | ||
| 13 | |||
| 14 | sub to_xml_media_type ($) { | ||
| 15 | return undef; | ||
| 16 | } # to_xml_media_type | ||
| 17 | |||
| 18 | 1; |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |