Skip to content

Commit

Permalink
Synopsis code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsmidsrod committed Oct 21, 2011
1 parent d927809 commit e3d7dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.mkdn
Expand Up @@ -10,7 +10,7 @@ version 0.0.3


use W3C::XMLSchema; use W3C::XMLSchema;


my $xsd=W3C::XMLSchema->new( file => shift ); my $xsd = W3C::XMLSchema->new( file => shift );
print "Target namespace: " . $xsd->target_namespace . "\n"; print "Target namespace: " . $xsd->target_namespace . "\n";


print "Attribute groups:\n"; print "Attribute groups:\n";
Expand Down
2 changes: 1 addition & 1 deletion lib/W3C/XMLSchema.pm
Expand Up @@ -59,7 +59,7 @@ __END__
use W3C::XMLSchema; use W3C::XMLSchema;
my $xsd=W3C::XMLSchema->new( file => shift ); my $xsd = W3C::XMLSchema->new( file => shift );
print "Target namespace: " . $xsd->target_namespace . "\n"; print "Target namespace: " . $xsd->target_namespace . "\n";
print "Attribute groups:\n"; print "Attribute groups:\n";
Expand Down

0 comments on commit e3d7dbe

Please sign in to comment.