package SQL::Translator::XMI::Parser::V12;
# -------------------------------------------------------------------
-# $Id: V12.pm,v 1.5 2003-10-06 13:28:36 grommit Exp $
+# $Id: V12.pm,v 1.6 2003-10-06 15:06:20 grommit Exp $
# -------------------------------------------------------------------
# Copyright (C) 2003 Mark Addison <mark.addison@itn.co.uk>,
#
use strict;
use 5.006_001;
use vars qw/$VERSION/;
-$VERSION = sprintf "%d.%02d", q$Revision: 1.5 $ =~ /(\d+)\.(\d+)/;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/;
use base qw(SQL::Translator::XMI::Parser);
],
kids => [
{
- name => "ends",
+ name => "associationEnds",
path => "UML:Association.connection/UML:AssociationEnd",
class => "AssociationEnd",
multiplicity => "*",