0
I Use This!
Inactive
Analyzed about 7 hours ago. based on code collected 1 day ago.

Project Summary

Method declarations and signatures in Perl with no source filter!

use Method::Signatures;

method new ($class: %args) {
return bless {%args}, $class;
}

method get ($key) {
return $self->{$key};
}

method set ($key, $val) {
return $self->{$key} = $val;
}

Tags

No tags have been added

In a Nutshell, Method::Signatures...

Artistic License/GPL
Permitted

Commercial Use

Modify

Distribute

Forbidden

Hold Liable

Use Trademarks

Required

State Changes

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    65% of companies leverage OSS to speed application development in 2016
  • ...
    data presented on the Open Hub is available through our API
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    learn about Open Hub updates and features on the Open Hub blog
About Project Security

30 Day Summary

Aug 18 2026 — Sep 17 2026

12 Month Summary

Sep 17 2025 — Sep 17 2026

Ratings

1 user rates this project:
5.0
 
5.0/5.0
Click to add your rating
  
Review this Project!