[Uml-devel] [Bug 62321] New: perl code generation unknown tags in module

Chris Welsh cpwe at deakin.edu.au
Thu Aug 7 03:31:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=62321     
           Summary: perl code generation unknown tags in module
           Product: umbrello
           Version: unspecified
          Platform: Mandrake RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel at kde.org
        ReportedBy: cpwe at deakin.edu.au


Version:           Alpha 1.2 (using KDE KDE 3.1)
Installed from:    Mandrake RPMs
Compiler:          gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)  I followed the instructions
OS:          Linux

1stly umbrello rocks, I use it for my Software eng subjects all the time at uni.

Here is the perl module I generated (only some of it).
note that there are some tags or comments like "=head1 EMAIL"
I figure they should not be there as I did not specify that they should be. Have I missed an option, or is this a bug. what are they and what are they used for if they are not a bug.

package email;



=head1 EMAIL


=cut


=head1 PUBLIC METHODS

=over 4
=item email_from_id

Parameters:

=over 8


=item theId : The Id supplied from the user
=back

Description:



=cut
sub email_from_id {

}


=item email_from_name

Parameters:

=over 8


=item theName : The name supplied by the user or test data
=back

Description:



=cut
sub email_from_name {

}


=item has_email




More information about the umbrello-devel mailing list