File: BareSubclass.pm

package info (click to toggle)
libmath-bigint-perl 2.005003-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,144 kB
  • sloc: perl: 14,389; pascal: 6,476; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (2)
1
2
3
package Math::BigFloat::BareSubclass;
use base 'Math::BigFloat';
1;