/[suikacvs]/messaging/manakai/lib/Message/DOM/ProcessingInstruction.pm
Suika

Diff of /messaging/manakai/lib/Message/DOM/ProcessingInstruction.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by wakaba, Sun Jun 17 13:37:40 2007 UTC revision 1.6 by wakaba, Tue Jun 26 14:12:55 2007 UTC
# Line 18  sub AUTOLOAD { Line 18  sub AUTOLOAD {
18    if ({    if ({
19      ## Read-only attributes (trivial accessors)      ## Read-only attributes (trivial accessors)
20      target => 1,      target => 1,
     data => 1,  
21    }->{$method_name}) {    }->{$method_name}) {
22      no strict 'refs';      no strict 'refs';
23      eval qq{      eval qq{
# Line 34  sub AUTOLOAD { Line 33  sub AUTOLOAD {
33    } elsif ({    } elsif ({
34      ## Read-write attributes (DOMString, trivial accessors)      ## Read-write attributes (DOMString, trivial accessors)
35      manakai_base_uri => 1,      manakai_base_uri => 1,
36        data => 1,
37    }->{$method_name}) {    }->{$method_name}) {
38      no strict 'refs';      no strict 'refs';
39      eval qq{      eval qq{

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24