aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Object-Import/pkg-descr
blob: a23d563792c1883d4d66bf9d6a353f50b00c3b82 (plain) (blame)
1
2
3
4
5
This module lets you call methods of a certain object more easily
by exporting them as functions to a package. The exported functions
are not called as methods and do not receive an object argument,
but instead the object is fixed at the time you import them with
this module.