Make relfilename a property.
This commit is contained in:
parent
cb1adaa8a0
commit
5ec4638487
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class PerlModuleRequirement(Requirement):
|
|||
self.filename = filename
|
||||
self.inc = inc
|
||||
|
||||
@property
|
||||
def relfilename(self):
|
||||
return self.module.replace("::", "/") + ".pm"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue