~ubuntu-branches/ubuntu/trusty/rakudo/trusty

« back to all changes in this revision

Viewing changes to src/Perl6/Metamodel/MethodContainer.pm

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-08 15:50:16 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120608155016-bh432n9g3j8p7s68
Tags: 0.1~2012.04.1-1
* New upstream release
* Bump required nqp and parrot version
* Explicitly set nqp path during configure
* Re-word long description
* Use dh_parrot debhelper plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        # Ensure we haven't already got it.
15
15
        if %!methods{$name} || %!submethods{$name} {
16
16
            pir::die("Package '" ~ self.name($obj) ~ "' already has a method '" ~
17
 
                $name ~ "'; did you mean to declare a multi-method?");
 
17
                $name ~ "' (did you mean to declare a multi-method?)");
18
18
        }
19
19
        
20
20
        # Add to correct table depending on if it's a Submethod. Note, we