/usr/share/perl5/Class/Std.pm is in libclass-std-perl 0.013-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 | package Class::Std;
our $VERSION = '0.013';
use strict;
use warnings;
use Carp;
use Scalar::Util;
use overload;
BEGIN { *ID = \&Scalar::Util::refaddr; }
my (%attribute, %cumulative, %anticumulative, %restricted, %private, %overload);
my @exported_subs = qw(
new
DESTROY
AUTOLOAD
_DUMP
);
my @exported_extension_subs = qw(
MODIFY_HASH_ATTRIBUTES
MODIFY_CODE_ATTRIBUTES
);
sub import {
my $caller = caller;
no strict 'refs';
*{ $caller . '::ident' } = \&Scalar::Util::refaddr;
for my $sub ( @exported_subs ) {
*{ $caller . '::' . $sub } = \&{$sub};
}
for my $sub ( @exported_extension_subs ) {
my $target = $caller . '::' . $sub;
my $real_sub = *{ $target }{CODE} || sub { return @_[2..$#_] };
no warnings 'redefine';
*{ $target } = sub {
my ($package, $referent, @unhandled) = @_;
for my $handler ($sub, $real_sub) {
next if !@unhandled;
@unhandled = $handler->($package, $referent, @unhandled);
}
return @unhandled;
};
}
}
sub _find_sub {
my ($package, $sub_ref) = @_;
no strict 'refs';
for my $name (keys %{$package.'::'}) {
my $candidate = *{$package.'::'.$name}{CODE};
return $name if $candidate && $candidate == $sub_ref;
}
croak q{Can't make anonymous subroutine cumulative};
}
sub _raw_str {
my ($pat) = @_;
return qr{ ('$pat') | ("$pat")
| qq? (?:
/($pat)/ | \{($pat)\} | \(($pat)\) | \[($pat)\] | <($pat)>
)
}xms;
}
sub _str {
my ($pat) = @_;
return qr{ '($pat)' | "($pat)"
| qq? (?:
/($pat)/ | \{($pat)\} | \(($pat)\) | \[($pat)\] | <($pat)>
)
}xms;
}
sub _extractor_for_pair_named {
my ($key, $raw) = @_;
$key = qr{\Q$key\E};
my $str_key = _str($key);
my $LDAB = "(?:\x{AB})";
my $RDAB = "(?:\x{BB})";
my $STR = $raw ? _raw_str( qr{.*?} ) : _str( qr{.*?} );
my $NUM = qr{ ( [-+]? (?:\d+\.?\d*|\.\d+) (?:[eE]\d+)? ) }xms;
my $matcher = qr{ :$key< \s* ([^>]*) \s* >
| :$key$LDAB \s* ([^$RDAB]*) \s* $RDAB
| :$key\( \s* (?:$STR | $NUM ) \s* \)
| (?: $key | $str_key ) \s* => \s* (?: $STR | $NUM )
}xms;
return sub { return $_[0] =~ $matcher ? $+ : undef };
}
BEGIN {
*_extract_default = _extractor_for_pair_named('default','raw');
*_extract_init_arg = _extractor_for_pair_named('init_arg');
*_extract_get = _extractor_for_pair_named('get');
*_extract_set = _extractor_for_pair_named('set');
*_extract_name = _extractor_for_pair_named('name');
}
sub MODIFY_HASH_ATTRIBUTES {
my ($package, $referent, @attrs) = @_;
for my $attr (@attrs) {
next if $attr !~ m/\A ATTRS? \s* (?: \( (.*) \) )? \z/xms;
my ($default, $init_arg, $getter, $setter, $name);
if (my $config = $1) {
$default = _extract_default($config);
$name = _extract_name($config);
$init_arg = _extract_init_arg($config) || $name;
if ($getter = _extract_get($config) || $name) {
no strict 'refs';
*{$package.'::get_'.$getter} = sub {
return $referent->{ID($_[0])};
}
}
if ($setter = _extract_set($config) || $name) {
no strict 'refs';
*{$package.'::set_'.$setter} = sub {
croak "Missing new value in call to 'set_$setter' method"
unless @_ == 2;
my ($self, $new_val) = @_;
my $old_val = $referent->{ID($self)};
$referent->{ID($self)} = $new_val;
return $old_val;
}
}
}
undef $attr;
push @{$attribute{$package}}, {
ref => $referent,
default => $default,
init_arg => $init_arg,
name => $name || $init_arg || $getter || $setter || '????',
};
}
return grep {defined} @attrs;
}
sub _DUMP {
my ($self) = @_;
my $id = ID($self);
my %dump;
for my $package (keys %attribute) {
my $attr_list_ref = $attribute{$package};
for my $attr_ref ( @{$attr_list_ref} ) {
next if !exists $attr_ref->{ref}{$id};
$dump{$package}{$attr_ref->{name}} = $attr_ref->{ref}{$id};
}
}
require Data::Dumper;
my $dump = Data::Dumper::Dumper(\%dump);
$dump =~ s/^.{8}//gxms;
return $dump;
}
my $STD_OVERLOADER
= q{ package %%s;
use overload (
q{%s} => sub { $_[0]->%%s($_[0]->ident()) },
fallback => 1
);
};
my %OVERLOADER_FOR = (
STRINGIFY => sprintf( $STD_OVERLOADER, q{""} ),
NUMERIFY => sprintf( $STD_OVERLOADER, q{0+} ),
BOOLIFY => sprintf( $STD_OVERLOADER, q{bool} ),
SCALARIFY => sprintf( $STD_OVERLOADER, q{${}} ),
ARRAYIFY => sprintf( $STD_OVERLOADER, q{@{}} ),
HASHIFY => sprintf( $STD_OVERLOADER, q{%%{}} ), # %% to survive sprintf
GLOBIFY => sprintf( $STD_OVERLOADER, q{*{}} ),
CODIFY => sprintf( $STD_OVERLOADER, q{&{}} ),
);
sub MODIFY_CODE_ATTRIBUTES {
my ($package, $referent, @attrs) = @_;
for my $attr (@attrs) {
if ($attr eq 'CUMULATIVE') {
push @{$cumulative{$package}}, $referent;
}
elsif ($attr =~ m/\A CUMULATIVE \s* [(] \s* BASE \s* FIRST \s* [)] \z/xms) {
push @{$anticumulative{$package}}, $referent;
}
elsif ($attr =~ m/\A RESTRICTED \z/xms) {
push @{$restricted{$package}}, $referent;
}
elsif ($attr =~ m/\A PRIVATE \z/xms) {
push @{$private{$package}}, $referent;
}
elsif (exists $OVERLOADER_FOR{$attr}) {
push @{$overload{$package}}, [$referent, $attr];
}
undef $attr;
}
return grep {defined} @attrs;
}
my %_hierarchy_of;
sub _hierarchy_of {
my ($class) = @_;
return @{$_hierarchy_of{$class}} if exists $_hierarchy_of{$class};
no strict 'refs';
my @hierarchy = $class;
my @parents = @{$class.'::ISA'};
while (defined (my $parent = shift @parents)) {
push @hierarchy, $parent;
push @parents, @{$parent.'::ISA'};
}
my %seen;
return @{$_hierarchy_of{$class}}
= sort { $a->isa($b) ? -1
: $b->isa($a) ? +1
: 0
} grep !$seen{$_}++, @hierarchy;
}
my %_reverse_hierarchy_of;
sub _reverse_hierarchy_of {
my ($class) = @_;
return @{$_reverse_hierarchy_of{$class}}
if exists $_reverse_hierarchy_of{$class};
no strict 'refs';
my @hierarchy = $class;
my @parents = reverse @{$class.'::ISA'};
while (defined (my $parent = shift @parents)) {
push @hierarchy, $parent;
push @parents, reverse @{$parent.'::ISA'};
}
my %seen;
return @{$_reverse_hierarchy_of{$class}}
= reverse sort { $a->isa($b) ? -1
: $b->isa($a) ? +1
: 0
} grep !$seen{$_}++, @hierarchy;
}
{
no warnings qw( void );
CHECK { initialize() }
}
sub initialize {
# Short-circuit if nothing to do...
return if keys(%restricted) + keys(%private)
+ keys(%cumulative) + keys(%anticumulative)
+ keys(%overload)
== 0;
my (%cumulative_named, %anticumulative_named);
# Implement restricted methods (only callable within hierarchy)...
for my $package (keys %restricted) {
for my $sub_ref (@{$restricted{$package}}) {
my $name = _find_sub($package, $sub_ref);
no warnings 'redefine';
no strict 'refs';
my $sub_name = $package.'::'.$name;
my $original = *{$sub_name}{CODE}
or croak "Restricted method ${package}::$name() declared ",
'but not defined';
*{$sub_name} = sub {
my $caller;
my $level = 0;
while ($caller = caller($level++)) {
last if $caller !~ /^(?: Class::Std | attributes )$/xms;
}
goto &{$original} if !$caller || $caller->isa($package)
|| $package->isa($caller);
croak "Can't call restricted method $sub_name() from class $caller";
}
}
}
# Implement private methods (only callable from class itself)...
for my $package (keys %private) {
for my $sub_ref (@{$private{$package}}) {
my $name = _find_sub($package, $sub_ref);
no warnings 'redefine';
no strict 'refs';
my $sub_name = $package.'::'.$name;
my $original = *{$sub_name}{CODE}
or croak "Private method ${package}::$name() declared ",
'but not defined';
*{$sub_name} = sub {
my $caller = caller;
goto &{$original} if $caller eq $package;
croak "Can't call private method $sub_name() from class $caller";
}
}
}
for my $package (keys %cumulative) {
for my $sub_ref (@{$cumulative{$package}}) {
my $name = _find_sub($package, $sub_ref);
$cumulative_named{$name}{$package} = $sub_ref;
no warnings 'redefine';
no strict 'refs';
*{$package.'::'.$name} = sub {
my @args = @_;
my $class = ref($_[0]) || $_[0];
my $list_context = wantarray;
my (@results, @classes);
for my $parent (_hierarchy_of($class)) {
my $sub_ref = $cumulative_named{$name}{$parent} or next;
${$parent.'::AUTOLOAD'} = our $AUTOLOAD if $name eq 'AUTOLOAD';
if (!defined $list_context) {
$sub_ref->(@args);
next;
}
push @classes, $parent;
if ($list_context) {
push @results, $sub_ref->(@args);
}
else {
push @results, scalar $sub_ref->(@args);
}
}
return if !defined $list_context;
return @results if $list_context;
return Class::Std::SCR->new({
values => \@results,
classes => \@classes,
});
};
}
}
for my $package (keys %anticumulative) {
for my $sub_ref (@{$anticumulative{$package}}) {
my $name = _find_sub($package, $sub_ref);
if ($cumulative_named{$name}) {
for my $other_package (keys %{$cumulative_named{$name}}) {
next unless $other_package->isa($package)
|| $package->isa($other_package);
print STDERR
"Conflicting definitions for cumulative method",
" '$name'\n",
"(specified as :CUMULATIVE in class '$other_package'\n",
" but declared :CUMULATIVE(BASE FIRST) in class ",
" '$package')\n";
exit(1);
}
}
$anticumulative_named{$name}{$package} = $sub_ref;
no warnings 'redefine';
no strict 'refs';
*{$package.'::'.$name} = sub {
my $class = ref($_[0]) || $_[0];
my $list_context = wantarray;
my (@results, @classes);
for my $parent (_reverse_hierarchy_of($class)) {
my $sub_ref = $anticumulative_named{$name}{$parent} or next;
if (!defined $list_context) {
&{$sub_ref};
next;
}
push @classes, $parent;
if ($list_context) {
push @results, &{$sub_ref};
}
else {
push @results, scalar &{$sub_ref};
}
}
return if !defined $list_context;
return @results if $list_context;
return Class::Std::SCR->new({
values => \@results,
classes => \@classes,
});
};
}
}
for my $package (keys %overload) {
foreach my $operation (@{ $overload{$package} }) {
my ($referent, $attr) = @$operation;
local $^W;
my $method = _find_sub($package, $referent);
eval sprintf $OVERLOADER_FOR{$attr}, $package, $method;
die "Internal error: $@" if $@;
}
}
# Remove initialization data to prevent re-initializations...
%restricted = ();
%private = ();
%cumulative = ();
%anticumulative = ();
%overload = ();
}
sub new {
my ($class, $arg_ref) = @_;
Class::Std::initialize(); # Ensure run-time (and mod_perl) setup is done
no strict 'refs';
croak "Can't find class $class" if ! keys %{$class.'::'};
croak "Argument to $class->new() must be hash reference"
if @_ > 1 && ref $arg_ref ne 'HASH';
my $new_obj = bless \my($anon_scalar), $class;
my $new_obj_id = ID($new_obj);
my (@missing_inits, @suss_keys);
$arg_ref ||= {};
my %arg_set;
BUILD: for my $base_class (_reverse_hierarchy_of($class)) {
my $arg_set = $arg_set{$base_class}
= { %{$arg_ref}, %{$arg_ref->{$base_class}||{}} };
# Apply BUILD() methods...
{
no warnings 'once';
if (my $build_ref = *{$base_class.'::BUILD'}{CODE}) {
$build_ref->($new_obj, $new_obj_id, $arg_set);
}
}
# Apply init_arg and default for attributes still undefined...
INITIALIZATION:
for my $attr_ref ( @{$attribute{$base_class}} ) {
next INITIALIZATION if defined $attr_ref->{ref}{$new_obj_id};
# Get arg from initializer list...
if (defined $attr_ref->{init_arg}
&& exists $arg_set->{$attr_ref->{init_arg}}) {
$attr_ref->{ref}{$new_obj_id} = $arg_set->{$attr_ref->{init_arg}};
next INITIALIZATION;
}
elsif (defined $attr_ref->{default}) {
# Or use default value specified...
$attr_ref->{ref}{$new_obj_id} = eval $attr_ref->{default};
if ($@) {
$attr_ref->{ref}{$new_obj_id} = $attr_ref->{default};
}
next INITIALIZATION;
}
if (defined $attr_ref->{init_arg}) {
# Record missing init_arg...
push @missing_inits,
"Missing initializer label for $base_class: "
. "'$attr_ref->{init_arg}'.\n";
push @suss_keys, keys %{$arg_set};
}
}
}
croak @missing_inits, _mislabelled(@suss_keys),
'Fatal error in constructor call'
if @missing_inits;
# START methods run after all BUILD methods complete...
for my $base_class (_reverse_hierarchy_of($class)) {
my $arg_set = $arg_set{$base_class};
# Apply START() methods...
{
no warnings 'once';
if (my $init_ref = *{$base_class.'::START'}{CODE}) {
$init_ref->($new_obj, $new_obj_id, $arg_set);
}
}
}
return $new_obj;
}
sub uniq (@) {
my %seen;
return grep { $seen{$_}++ } @_;
}
sub _mislabelled {
my (@names) = map { qq{'$_'} } uniq @_;
return q{} if @names == 0;
my $arglist
= @names == 1 ? $names[0]
: @names == 2 ? join q{ or }, @names
: join(q{, }, @names[0..$#names-1]) . ", or $names[-1]"
;
return "(Did you mislabel one of the args you passed: $arglist?)\n";
}
sub DESTROY {
my ($self) = @_;
my $id = ID($self);
push @_, $id;
for my $base_class (_hierarchy_of(ref $_[0])) {
no strict 'refs';
if (my $demolish_ref = *{$base_class.'::DEMOLISH'}{CODE}) {
&{$demolish_ref};
}
for my $attr_ref ( @{$attribute{$base_class}} ) {
delete $attr_ref->{ref}{$id};
}
}
}
sub AUTOLOAD {
my ($invocant) = @_;
my $invocant_class = ref $invocant || $invocant;
my ($package_name, $method_name) = our $AUTOLOAD =~ m/ (.*) :: (.*) /xms;
my $ident = ID($invocant);
if (!defined $ident) { $ident = $invocant }
for my $parent_class ( _hierarchy_of($invocant_class) ) {
no strict 'refs';
if (my $automethod_ref = *{$parent_class.'::AUTOMETHOD'}{CODE}) {
local $CALLER::_ = $_;
local $_ = $method_name;
if (my $method_impl
= $automethod_ref->($invocant, $ident, @_[1..$#_])) {
goto &$method_impl;
}
}
}
my $type = ref $invocant ? 'object' : 'class';
croak qq{Can't locate $type method "$method_name" via package "$package_name"};
}
{
my $real_can = \&UNIVERSAL::can;
no warnings 'redefine', 'once';
*UNIVERSAL::can = sub {
my ($invocant, $method_name) = @_;
if ( defined $invocant ) {
if (my $sub_ref = $real_can->(@_)) {
return $sub_ref;
}
for my $parent_class ( _hierarchy_of(ref $invocant || $invocant) ) {
no strict 'refs';
if (my $automethod_ref = *{$parent_class.'::AUTOMETHOD'}{CODE}) {
local $CALLER::_ = $_;
local $_ = $method_name;
if (my $method_impl = $automethod_ref->(@_)) {
return sub { my $inv = shift; $inv->$method_name(@_) }
}
}
}
}
return;
};
}
package Class::Std::SCR;
use base qw( Class::Std );
our $VERSION = '0.013';
BEGIN { *ID = \&Scalar::Util::refaddr; }
my %values_of : ATTR( :init_arg<values> );
my %classes_of : ATTR( :init_arg<classes> );
sub new {
my ($class, $opt_ref) = @_;
my $new_obj = bless \do{my $scalar}, $class;
my $new_obj_id = ID($new_obj);
$values_of{$new_obj_id} = $opt_ref->{values};
$classes_of{$new_obj_id} = $opt_ref->{classes};
return $new_obj;
}
use overload (
q{""} => sub { return join q{}, grep { defined $_ } @{$values_of{ID($_[0])}}; },
q{0+} => sub { return scalar @{$values_of{ID($_[0])}}; },
q{@{}} => sub { return $values_of{ID($_[0])}; },
q{%{}} => sub {
my ($self) = @_;
my %hash;
@hash{@{$classes_of{ID($self)}}} = @{$values_of{ID($self)}};
return \%hash;
},
fallback => 1,
);
1; # Magic true value required at end of module
__END__
=encoding ISO-8859-1
=head1 NAME
Class::Std - Support for creating standard "inside-out" classes
=head1 VERSION
This document describes Class::Std version 0.013
=head1 SYNOPSIS
package MyClass;
use Class::Std;
# Create storage for object attributes...
my %name : ATTR;
my %rank : ATTR;
my %snum : ATTR;
my %public_data : ATTR;
# Handle initialization of objects of this class...
sub BUILD {
my ($self, $obj_ID, $arg_ref) = @_;
$name{$obj_ID} = check_name( $arg_ref->{name} );
$rank{$obj_ID} = check_rank( $arg_ref->{rank} );
$snum{$obj_ID} = _gen_uniq_serial_num();
}
# Handle cleanup of objects of this class...
sub DEMOLISH {
my ($self, $obj_ID) = @_;
_recycle_serial_num( $snum{$obj_ID} );
}
# Handle unknown method calls...
sub AUTOMETHOD {
my ($self, $obj_ID, @other_args) = @_;
# Return any public data...
if ( m/\A get_(.*)/ ) { # Method name passed in $_
my $get_what = $1;
return sub {
return $public_data{$obj_ID}{$get_what};
}
}
warn "Can't call $method_name on ", ref $self, " object";
return; # The call is declined by not returning a sub ref
}
=head1 DESCRIPTION
This module provides tools that help to implement the "inside out object"
class structure in a convenient and standard way.
I<Portions of the following code and documentation from "Perl Best Practices"
copyright (c) 2005 by O'Reilly Media, Inc. and reprinted with permission.>
=head2 Introduction
Most programmers who use Perl's object-oriented features construct their
objects by blessing a hash. But, in doing so, they undermine the
robustness of the OO approach. Hash-based objects are unencapsulated:
their entries are open for the world to access and modify.
Objects without effective encapsulation are vulnerable. Instead of
politely respecting their public interface, some clever client coder
inevitably will realize that it's marginally faster to interact directly
with the underlying implementation, pulling out attribute values
directly from the hash of an object:
for my $file ( get_file_objs() ) {
print $file->{name}, "\n";
}
instead of using the official interface:
for my $file ( get_file_objs() ) {
print $file->get_name(), "\n";
}
From the moment someone does that, your class is no longer cleanly
decoupled from the code that uses it. You can't be sure that any bugs in
your class are actually caused by the internals of your class, and not
the result of some kind of monkeying by the client code. And to make
matters worse, now you can't ever change those internals without the
risk of breaking some other part of the system.
There is a simple, convenient, and utterly secure way to prevent client
code from accessing the internals of the objects you provide. Happily,
that approach also guards against misspelling attribute names (a common
error in hash-based classes), as well as being just as fast as--and
often more memory-efficient than--ordinary hash-based objects.
That approach is referred to by various names--flyweight scalars,
warehoused attributes, inverted indices--but most commonly it's known
as: inside-out objects. Consider the following class definitions:
package File::Hierarchy;
{
# Objects of this class have the following attributes...
my %root_of; # The root directory of the file hierarchy
my %files_of; # Array storing object for each file in root directory
# Constructor takes path of file system root directory...
sub new {
my ($class, $root) = @_;
# Bless a scalar to instantiate the new object...
my $new_object = bless \do{my $anon_scalar}, $class;
# Initialize the object's "root" attribute...
$root_of{ident $new_object} = $root;
return $new_object;
}
# Retrieve files from root directory...
sub get_files {
my ($self) = @_;
# Load up the "files" attribute, if necessary...
if (!exists $files_of{ident $self}) {
$files_of{ident $self}
= File::System->list_files($root_of{ident $self});
}
# Flatten the "files" attribute's array to produce a file list...
return @{ $files_of{ident $self} };
}
}
package File::Hierarchy::File;
{
# Objects of this class have the following attributes...
my %name_of; # the name of the file
# Constructor takes name of file...
sub new {
my ($class, $filename) = @_;
# Bless a scalar to instantiate the new object...
my $new_object = bless \do{my $anon_scalar}, $class;
# Initialize the object's "name" attribute...
$name_of{ident $new_object} = $filename;
return $new_object;
}
# Retrieve name of file...
sub get_name {
my ($self) = @_;
return $name_of{ident $self};
}
}
Unlike a hash-based class, each of these inside-out class is specified
inside a surrounding code block:
package File::Hierarchy;
{
# [Class specification here]
}
package File::Hierarchy::File;
{
# [Class specification here]
}
That block is vital, because it creates a limited scope, to which any
lexical variables that are declared as part of the class will
automatically be restricted.
The next difference between the two versions of the classes is that each
attribute of I<all> the objects in the class is now stored in a separate
single hash:
# Objects of this class have the following attributes...
my %root_of; # The root directory of the file hierarchy
my %files_of; # Array storing object for each file in root directory
This is 90 degrees to the usual hash-based approach. In hash-based
classes, all the attributes of one object are stored in a single hash;
in inside-out classes, one attribute from all objects is stored in a
single hash. Diagrammatically:
Hash-based:
Attribute 1 Attribute 2
Object A { attr1 => $valA1, attr2 => $val2 }
Object B { attr1 => $valB1, attr2 => $val2 }
Object C { attr1 => $valB1, attr2 => $val2 }
Inside-out:
Object A Object B Object C
Attribute 1 { 19817 => $valA1, 172616 => $valB1, 67142 => $valC1 }
Attribute 2 { 19817 => $valA2, 172616 => $valB2, 67142 => $valC3 }
Attribute 3 { 19817 => $valA3, 172616 => $valB3, 67142 => $valC3 }
So the attributes belonging to each object are distributed across a set of
predeclared hashes, rather than being squashed together into one anonymous
hash.
This is a significant improvement. By telling Perl what attributes you
expect to use, you enable the compiler to check--via use strict--that
you do indeed use only those attributes.
That's because of the third difference in the two approaches. Each
attribute of a hash-based object is stored in an entry in the object's
hash: C<< $self->{name} >>. In other words, the name of a hash-based attribute
is symbolic: specified by the string value of a hash key. In contrast,
each attribute of an inside-out object is stored in an entry of the
attribute's hash: C<$name_of{ident $self}>. So the name of an inside-out
attribute isn't symbolic; it's a hard-coded variable name.
With hash-based objects, if an attribute name is accidentally misspelled
in some method:
sub set_name {
my ($self, $new_name) = @_;
$self->{naem} = $new_name; # Oops!
return;
}
then the C<$self> hash will obligingly--and silently!--create a new entry
in the hash, with the key C<'naem'>, then assign the new name to it. But
since every other method in the class correctly refers to the attribute
as C<$self->{name}>, assigning the new value to C<$self->{naem}> effectively
makes that assigned value "vanish".
With inside-out objects, however, an object's "name" attribute is stored
as an entry in the class's lexical C<%name_of> hash. If the attribute name
is misspelled then you're attempting to refer to an entirely different
hash: C<%naem_of>. Like so:
sub set_name {
my ($self, $new_name) = @_;
$naem_of{ident $self} = $new_name; # Kaboom!
return;
}
But, since there's no such hash declared in the scope, use strict will
complain (with extreme prejudice):
Global symbol "%naem_of" requires explicit package name at Hierarchy.pm line 86
Not only is that consistency check now automatic, it's also performed at
compile time.
The next difference is even more important and beneficial. Instead of
blessing an empty anonymous hash as the new object:
my $new_object = bless {}, $class;
the inside-out constructor blesses an empty anonymous scalar:
my $new_object = bless \do{my $anon_scalar}, $class;
That odd-looking C<\do{my $anon_scalar}> construct is needed because
there's no built-in syntax in Perl for creating a reference to an
anonymous scalar; you have to roll-your-own.
The anonymous scalar is immediately passed to bless, which anoints it as
an object of the appropriate class. The resulting object reference is
then stored in C<$new_object>.
Once the object exists, it's used to create a unique key
(C<ident $new_object>) under which each attribute that belongs to the
object will be stored (e.g. C<$root_of{ident $new_object}> or
C<$name_of{ident $self}>). The C<ident()> utility that produces this unique
key is provided by the Class::Std module and is identical in effect to
the C<refaddr()> function in the standard Scalar::Util module.
To recap: every inside-out object is a blessed scalar, and
has--intrinsic to it--a unique identifying integer. That integer can be
obtained from the object reference itself, and then used to access a
unique entry for the object in each of the class's attribute hashes.
This means that every inside-out object is nothing more than an
unintialized scalar. When your constructor passes a new inside-out
object back to the client code, all that comes back is an empty scalar,
which makes it impossible for that client code to gain direct access to
the object's internal state.
Of the several popular methods of reliably enforcing encapsulation in
Perl, inside-out objects are also by far the cheapest. The run-time
performance of inside-out classes is effectively identical to that of
regular hash-based classes. In particular, in both schemes, every
attribute access requires only a single hash look-up. The only
appreciable difference in speed occurs when an inside-out object is
destroyed.
Hash-based classes usually don't even have destructors. When the
object's reference count decrements to zero, the hash is automatically
reclaimed, and any data structures stored inside the hash are likewise
cleaned up. This works so well that many OO Perl programmers find they
never need to write a C<DESTROY()> method; Perl's built-in garbage
collection handles everything just fine. In fact, the only time a
destructor is needed is when objects have to manage resources outside
that are not actually located inside the object, resources that need to
be separately deallocated.
But the whole point of an inside-out object is that its attributes are
stored in allocated hashes that are not actually located inside the
object. That's precisely how it achieves secure encapsulation: by not
sending the attributes out into the client code.
Unfortunately, that means when an inside-out object is eventually
garbage collected, the only storage that is reclaimed is the single
blessed scalar implementing the object. The object's attributes are
entirely unaffected by the object's deallocation, because the attributes
are not inside the object, nor are they referred to by it in any way.
Instead, the attributes are referred to by the various attribute hashes
in which they're stored. And since those hashes will continue to exist
until the end of the program, the defunct object's orphaned attributes
will likewise continue to exist, safely nestled inside their respective
hashes, but now untended by any object. In other words, when an inside-
out object dies, its associated attribute hashes leak memory.
The solution is simple. Every inside-out class has to provide a
destructor that "manually" cleans up the attributes of the object being
destructed:
package File::Hierarchy;
{
# Objects of this class have the following attributes...
my %root_of; # The root directory of the file hierarchy
my %files_of; # Array storing object for each file in root directory
# Constructor takes path of file system root directory...
sub new {
# As before
}
# Retrieve files from root directory...
sub get_files {
# As before
}
# Clean up attributes when object is destroyed...
sub DESTROY {
my ($self) = @_;
delete $root_of{ident $self};
delete $files_of{ident $self};
}
}
The obligation to provide a destructor like this in every inside-out
class can be mildly irritating, but it is still a very small price to
pay for the considerable benefits that the inside-out approach otherwise
provides for free. And the irritation can easily be eliminated by using
the appropriate class construction tools. See below.
=head2 Automating Inside-Out Classes
Perhaps the most annoying part about building classes in Perl (no matter how
the objects are implemented) is that the basic structure of every class is
more or less identical. For example, the implementation of the
C<File::Hierarchy::File> class used in C<File::Hierarchy> looks like this:
package File::Hierarchy::File;
{
# Objects of this class have the following attributes...
my %name_of; # the name of the file
# Constructor takes name of file...
sub new {
my ($class, $filename) = @_;
# Bless a scalar to instantiate the new object...
my $new_object = bless \do{my $anon_scalar}, $class;
# Initialize the object's "name" attribute...
$name_of{ident $new_object} = $filename;
return $new_object;
}
# Retrieve name of file...
sub get_name {
my ($self) = @_;
return $name_of{ident $self};
}
# Clean up attributes when object is destroyed...
sub DESTROY {
my ($self) = @_;
delete $name_of{ident $self};
}
}
Apart from the actual names of the attributes, and their accessor methods,
that's exactly the same structure, and even the same code, as in the
C<File::Hierarchy> class.
Indeed, the standard infrastructure of I<every> inside-out class looks
exactly the same. So it makes sense not to have to rewrite that standard
infrastructure code in every separate class.
That's precisely what this module does: it implements the necessary
infrastructure for inside-out objects. See below.
=head1 INTERFACE
=head2 Exported subroutines
=over
=item C<ident()>
Class::Std always exports a subroutine called C<ident()>. This subroutine
returns a unique integer ID for any object passed to it.
=back
=head2 Non-exported subroutines
=over
=item C<Class::Std::initialize()>
This subroutine sets up all the infrastructure to support your Class::Std-
based class. It is usually called automatically in a C<CHECK> block, or
(if the C<CHECK> block fails to run -- under C<mod_perl> or C<require
Class::Std> or C<eval "...">) during the first constructor call made to
a Class::Std-based object.
In rare circumstances, you may need to call this subroutine directly yourself.
Specifically, if you set up cumulative, restricted, private, or automethodical
class methods (see below), and call any of them before you create any objects,
then you need to call C<Class::Std::initialize()> first.
=back
=head2 Methods created automatically
The following subroutines are installed in any class that uses the
Class::Std module.
=over
=item C<new()>
Every class that loads the Class::Std module automatically has a C<new()>
constructor, which returns an inside-out object (i.e. a blessed scalar).
$obj = MyClass->new();
The constructor can be passed a single argument to initialize the
object. This argument must be a hash reference.
$obj = MyClass->new({ name=>'Foo', location=>'bar' });
See the subsequent descriptions of the C<BUILD()> and C<START()> methods
and C<:ATTR()> trait, for an explanation of how the contents of this
optional hash can be used to initialize the object.
It is almost always an error to implement your own C<new()> in any class
that uses Class::Std. You almost certainly want to write a C<BUILD()> or
C<START()> method instead. See below.
=item C<DESTROY()>
Every class that loads the Class::Std module automatically has a C<DESTROY()>
destructor, which automatically cleans up any attributes declared with the
C<:ATTR()> trait (see below).
It is almost always an error to write your own C<DESTROY()> in any class that
uses Class::Std. You almost certainly want to write your own C<DEMOLISH()>
instead. See below.
=item C<AUTOLOAD()>
Every class that loads the Class::Std module automatically has an
C<AUTOLOAD()> method, which implements the C<AUTOMETHOD()> mechanism
described below.
It is almost always an error to write your own C<AUTOLOAD()> in any class that
uses Class::Std. You almost certainly want to write your own C<AUTOMETHOD()>
instead.
=item C<_DUMP()>
This method returns a string that represents the internal state (i.e. the
attribute values) of the object on which it's called. Only those attributes
which are marked with an C<:ATTR> (see below) are reported. Attribute names
are reported only if they can be ascertained from an C<:init_arg>, C<:get>, or
C<:set> option within the C<:ATTR()>.
Note that C<_DUMP()> is not designed to support full
serialization/deserialization of objects. See the separate
Class::Std::Storable module (on CPAN) for that.
=back
=head2 Methods that can be supplied by the developer
The following subroutines can be specified as standard methods of a
Class::Std class.
=over
=item C<BUILD()>
When the C<new()> constructor of a Class::Std class is called, it
automatically calls every method named C<BUILD()> in I<all> the classes
in the new object's hierarchy. That is, when the constructor is called,
it walks the class's inheritance tree (from base classes downwards) and
calls every C<BUILD()> method it finds along the way.
This means that, to initialize any class, you merely need to provide a
C<BUILD()> method for that class. You don't have to worry about ensuring
that any ancestral C<BUILD()> methods also get called; the constructor
will take care of that.
Each C<BUILD()> method is called with three arguments: the invocant object,
the identifier number of that object, and a reference to (a customized version
of) the hash of arguments that was originally passed to the constructor:
sub BUILD {
my ($self, $ident, $args_ref) = @_;
...
}
The argument hash is a "customized version" because the module
automatically does some fancy footwork to ensure that the arguments are
the ones appropriate to the class itself. That's because there's a
potential for collisions when Class::Std classes are used in a
hierarchy.
One of the great advantages of using inside-out classes instead of hash-based
classes is that an inside-out base class and an inside-out derived
class can then each have an attribute of exactly the same name, which
are stored in separate lexical hashes in separate scopes. In a hash-based
object that's impossible, because the single hash can't have two
attributes with the same key.
But that very advantage also presents something of a problem when
constructor arguments are themselves passed by hash. If two or more
classes in the name hierarchy do happen to have attributes of the same
name, the constructor will need two or more initializers with the name
key. Which a single hash can't provide.
The solution is to allow initializer values to be partitioned into
distinct sets, each uniquely named, and which are then passed to the
appropriate base class. The easiest way to accomplish that is to pass
in a hash of hashes, where each top level key is the name of one of
the base classes, and the corresponding value is a hash of
initializers specifically for that base class.
For example:
package Client;
use Class::Std::Utils;
{
my %client_num_of :ATTR; # Every client has a basic ID number
my %name_of :ATTR;
sub BUILD {
my ($self, $ident, $arg_ref) = @_;
$client_num_of{$ident} = $arg_ref->{'Client'}{client_num};
$name_of{$ident} = $arg_ref->{'Client'}{client_name};
}
}
package Client::Corporate;
use base qw( Client );
use Class::Std::Utils;
{
my %client_num_of; # Corporate clients have an additional ID number
my %corporation_of;
my %position_of;
sub BUILD {
my ($self, $ident, $arg_ref) = @_;
$client_num_of{$ident}
= $arg_ref->{'Client::Corporate'}{client_num};
$corporation_of{$ident}
= $arg_ref->{'Client::Corporate'}{corp_name};
$position_of{$ident}
= $arg_ref->{'Client::Corporate'}{position};
}
}
# and later...
my $new_client
= Client::Corporate->new( {
'Client' => {
client_num => '124C1',
client_name => 'Humperdinck',
},
'Client::Corporate' => {
client_num => 'F_1692',
corp_name => 'Florin',
position => 'CEO',
},
});
Now each class's C<BUILD()> method picks out only the initializer sub-hash
whose key is that class's own name. Since every class name is
different, the top-level keys of this multi-level initializer hash are
guaranteed to be unique. And since no single class can have two
identically named attributes, the keys of each second-level hash will be
unique as well. If two classes in the hierarchy both need an initializer
of the same name (e.g. 'client_num'), those two hash entries will now be
in separate sub-hashes, so they will never clash.
Class::Std provides an even more sophisticated variation on this
functionality, which is generally much more convenient for the users of
classes. Classes that use Class::Std infrastructure allow both general
and class-specific initializers in the initialization hash. Clients only
need to specify classes for those initializers whose names actually are
ambiguous. Any other arguments can just be passed directly in the
top-level hash:
my $new_client
= Client::Corporate->new( {
client_name => 'Humperdinck',
corp_name => 'Florin',
position => 'CEO',
'Client' => { client_num => '124C1' },
'Client::Corporate' => { client_num => 'F_1692' },
});
Class::Std also makes it easy for each class's C<BUILD()> to access
these class-specific initializer values. Before each C<BUILD()> is
invoked, the nested hash whose key is the same as the class name is
flattened back into the initializer hash itself. That is, C<Client::BUILD()>
is passed the hash:
{
client_name => 'Humperdinck',
corp_name => 'Florin',
position => 'CEO',
client_num => '124C1', # Flattened from 'Client' nested subhash
'Client' => { client_num => '124C1' },
'Client::Corporate' => { client_num => 'F_1692' },
}
whereas C<Client::Corporate::BUILD()> is passed the hash:
{
client_name => 'Humperdinck',
corp_name => 'Florin',
position => 'CEO',
client_num => 'F_1692', # Flattened from 'Client::Corporate' subhash
'Client' => { client_num => '124C1' },
'Client::Corporate' => { client_num => 'F_1692' },
}
This means that the C<BUILD()> method for each class can just assume that the
correct class-specific initializer values will available at the top level of
the hash. For example:
sub Client::BUILD {
my ($self, $ident, $arg_ref) = @_;
$client_num_of{$ident} = $arg_ref->{client_num}; # '124C1'
$name_of{$ident} = $arg_ref->{client_name};
}
sub Client::Corporate::BUILD {
my ($self, $ident, $arg_ref) = @_;
$client_num_of{$ident} = $arg_ref->{client_num}; # 'F_1692'
$corporation_of{$ident} = $arg_ref->{corp_name};
$position_of{$ident} = $arg_ref->{position};
}
Both classes use the C<< $arg_ref->{client_num} >> initializer value, but
Class::Std automatically arranges for that value to be the right one for each
class.
Also see the C<:ATTR()> marker (described below) for a simpler way of
initializing attributes.
=item C<START()>
Once all the C<BUILD()> methods of a class have been called and any
initialization values or defaults have been subsequently applied to
uninitialized attributes, Class::Std arranges for any C<START()> methods
in the class's hierarchy to be called befre the constructor finishes.
That is, after the build and default initialization processes are
complete, the constructor walks down the class's inheritance tree a
second time and calls every C<START()> method it finds along the way.
As with C<BUILD()>, each C<START()> method is called with three arguments:
the invocant object, the identifier number of that object, and a
reference to (a customized version of) the hash of arguments that was
originally passed to the constructor.
The main difference between a C<BUILD()> method and a C<START()> method
is that a C<BUILD()> method runs before any attribute of the class is
auto-initialized or default-initialized, whereas a C<START()> method
runs after all the attributes of the class (including attributes in derived
classes) have been initialized in some way. So if you want to pre-empt
the initialization process, write a C<BUILD()>. But if you want to do
something with the newly created and fully initialized object, write a
C<START()> instead. Of course, any class can define I<both> a C<BUILD()>
and a C<START()> method, if that happens to be appropriate.
=item C<DEMOLISH()>
The C<DESTROY()> method that is automatically provided by Class::Std ensures
that all the marked attributes (see the C<:ATTR()> marker below) of an object,
from all the classes in its inheritance hierarchy, are automatically cleaned
up.
But, if a class requires other destructor behaviours (e.g. closing
filehandles, decrementing allocation counts, etc.) then you may need to
specify those explicitly.
Whenever an object of a Class::Std class is destroyed, the C<DESTROY()>
method supplied by Class::Std automatically calls every method named
C<DEMOLISH()> in I<all> the classes in the new object's hierarchy. That
is, when the destructor is called, it walks the class's inheritance
tree (from derived classes upwards) and calls every C<DEMOLISH()> method it
finds along the way.
This means that, to clean up any class, you merely need to provide a
C<DEMOLISH()> method for that class. You don't have to worry about ensuring
that any ancestral C<DEMOLISH()> methods also get called; the destructor
will take care of that.
Each C<DEMOLISH()> method is called with two arguments: the invocant object,
and the identifier number of that object. For example:
sub DEMOLISH {
my ($self, $ident) = @_;
$filehandle_of{$ident}->flush();
$filehandle_of{$ident}->close();
}
Note that the attributes of the object are cleaned up I<after> the
C<DEMOLISH()> method is complete, so they may still be used within
that method.
=item C<AUTOMETHOD()>
There is a significant problem with Perl's built-in C<AUTOLOAD> mechanism:
there's no way for a particular C<AUTOLOAD()> to say "no".
If two or more classes in a class hierarchy have separate C<AUTOLOAD()>
methods, then the one belonging to the left-most-depth-first class in
the inheritance tree will always be invoked in preference to any others.
If it can't handle a particular call, the call will probably fail
catastrophically. This means that derived classes can't always be used
in place of base classes (a feature known as "Liskov substitutability")
because their inherited autoloading behaviour may be pre-empted by some
other unrelated base class on their left in the hierarchy.
Class::Std provides a mechanism that solves this problem: the
C<AUTOMETHOD> method. An AUTOMETHOD() is expected to return either a
handler subroutine that implements the requested method functionality,
or else an C<undef> to indicate that it doesn't know how to handle the
request. Class::Std then coordinates every C<AUTOMETHOD()> in an object's
hierarchy, trying each one in turn until one of them produces a
suitable handler.
The advantage of this approach is that the first C<AUTOMETHOD()> that's
invoked doesn't have to disenfranchise every other C<AUTOMETHOD()> in the
hierarchy. If the first one can't handle a particular method call, it
simply declines it and Class::Std tries the next candidate instead.
Using C<AUTOMETHOD()> instead of C<AUTOLOAD()> makes a class
cleaner, more robust, and less disruptive in class hierarchies.
For example:
package Phonebook;
use Class::Std;
{
my %entries_of : ATTR;
# Any method call is someone's name:
# so store their phone number or get it...
sub AUTOMETHOD {
my ($self, $ident, $number) = @_;
my $subname = $_; # Requested subroutine name is passed via $_
# Return failure if not a get_<name> or set_<name>
# (Next AUTOMETHOD() in hierarchy will then be tried instead)...
my ($mode, $name) = $subname =~ m/\A ([gs]et)_(.*) \z/xms
or return;
# If get_<name>, return a handler that just returns the old number...
return sub { return $entries_of{$ident}->{$name}; }
if $mode eq 'get';
# Otherwise, set_<name>, so return a handler that
# updates the entry and then returns the old number...
return sub {
$entries_of{$ident}->{$name} = $number;
return;
};
}
}
# and later...
my $lbb = Phonebook->new();
$lbb->set_Jenny(867_5309);
$lbb->set_Glenn(736_5000);
print $lbb->get_Jenny(), "\n";
print $lbb->get_Glenn(), "\n";
Note that, unlike C<AUTOLOAD()>, an C<AUTOMETHOD()> is called with both the
invocant and the invocant's unique C<ident> number, followed by the actual
arguments that were passed to the method.
Note too that the name of the method being called is passed as C<$_>
instead of C<$AUTOLOAD>, and does I<not> have the class name prepended
to it, so you don't have to strip that name off the front like almost
everyone almost always does in their C<AUTOLOAD()>. If your C<AUTOMETHOD()>
also needs to access the C<$_> from the caller's scope, that's still
available as C<$CALLER::_>.
=back
=head2 Variable traits that can be ascribed
The following markers can be added to the definition of any hash
used as an attribute storage within a Class::Std class
=over
=item C<:ATTR()>
This marker can be used to indicate that a lexical hash is being used
to store one particular attribute of all the objects of the class. That is:
package File::Hierarchy;
{
my %root_of :ATTR;
my %files_of :ATTR;
# etc.
}
package File::Hierarchy::File;
{
my %name_of; :ATTR;
# etc.
}
Adding the C<:ATTR> marker to an attribute hash ensures that the corresponding
attribute belonging to each object of the class is automatically cleaned up
when the object is destroyed.
The C<:ATTR> marker can also be given a number of options which automate
other attribute-related behaviours. Each of these options consists of a
key/value pair, which may be specified in either Perl 5 "fat comma" syntax
( C<< S<< key => 'value' >> >> ) or in one of the Perl 6 option syntaxes
( C<< S<< :key<value> >> >> or C<< S<< :key('value') >> >> or
C<< S<< :key«value» >> >>).
Note that, due to a limitation in Perl itself, the complete C<:ATTR> marker,
including its options must appear on a single line.
interpolate variables into the option values
=over
=item C<< :ATTR( :init_arg<initializer_key> ) >>
This option tells Class::Std which key in the constructor's initializer hash
holds the value with which the marked attribute should be initialized. That
is, instead of writing:
my %rank_of :ATTR;
sub BUILD {
my ($self, $ident, $arg_ref) = @_;
$rank_of{$ident} = $arg_ref->{rank};
}
you can achieve the same initialization, by having Class::Std I<automatically>
pull that entry out of the hash and store it in the right attribute:
my %rank_of :ATTR( :init_arg<rank> );
# No BUILD() method required
=item C<< :ATTR( :default<compile_time_default_value> ) >>
If a marked attribute is not initialized (either directly within a
C<BUILD()>, or automatically via an C<:init_arg> option), the constructor
supplied by Class::Std checks to see if a default value was specified
for that attribute. If so, that value is assigned to the attribute.
So you could replace:
my %seen_of :ATTR;
sub BUILD {
my ($self, $ident, $arg_ref) = @_;
$seen_of{$ident} = 0; # Not seen yet
}
with:
my %seen_of :ATTR( :default(0) );
# No BUILD() required
Note that only literal strings and numbers can be used as default values. A
common mistake is to write:
my %seen_of :ATTR( :default($some_variable) );
But variables like this aren't interpolated into C<:ATTR> markers (this is a
limitation of Perl, not Class::Std).
If your attribute needs something more complex, you will have to default
initialize it in a C<START()> method:
my %seen_of :ATTR;
sub START {
my ($self, $id, $args_ref) = @_;
if (!defined $seen_of{$id}) {
$seen_of{$id} = $some_variable;
}
}
=item C<< :ATTR( :get<name> ) >>
If the C<:get> option is specified, a read accessor is created for the
corresponding attribute. The name of the accessor is C<get_> followed by
whatever name is specified as the value of the C<:get> option. For example,
instead of:
my %current_count_of :ATTR;
sub get_count {
my ($self) = @_;
return $current_count_of{ident($self)};
}
you can just write:
my %count_of :ATTR( :get<count> );
Note that there is no way to prevent Class::Std adding the initial C<get_> to
each accessor name it creates. That's what "standard" means. See Chapter 15
of I<Perl Best Practices> (O'Reilly, 2005) for a full discussion on why
accessors should be named this way.
=item C<< :ATTR( :set<name> ) >>
If the C<:set> option is specified, a write accessor is created for the
corresponding attribute. The name of the accessor is C<set_> followed by
whatever name is specified as the value of the C<:set> option. For example,
instead of:
my %current_count_of :ATTR;
sub set_count {
my ($self, $new_value) = @_;
croak "Missing new value in call to 'set_count' method"
unless @_ == 2;
$current_count_of{ident($self)} = $new_value;
}
you can just write:
my %count_of :ATTR( :set<count> );
Note that there is no way to prevent Class::Std adding the initial
C<set_> to each accessor name it creates. Nor is there any way to create
a combined "getter/setter" accessor. See Chapter 15 of I<Perl Best
Practices> (O'Reilly, 2005) for a full discussion on why accessors
should be named and implemented this way.
=item C<< :ATTR( :name<name> ) >>
Specifying the C<:name> option is merely a convenient
shorthand for specifying all three of C<:get>, C<:set>, and C<:init_arg>.
=back
You can, of course, specify two or more arguments in a single C<:ATTR()>
specification:
my %rank_of : ATTR( :init_arg<starting_rank> :get<rank> :set<rank> );
=item C<:ATTRS()>
This is just another name for the C<:ATTR> marker (see above). The plural
form is convenient when you want to specify a series of attribute hashes in
the same statement:
my (
%name_of,
%rank_of,
%snum_of,
%age_of,
%unit_of,
%assignment_of,
%medals_of,
) : ATTRS;
=back
=head2 Method traits that can be ascribed
The following markers can be added to the definition of any subroutine
used as a method within a Class::Std class
=over
=item C<:RESTRICTED()>
=item C<:PRIVATE()>
Occasionally, it is useful to be able to create subroutines that can only be
accessed within a class's own hierarchy (that is, by derived classes). And
sometimes it's even more useful to be able to create methods that can only be
called within a class itself.
Typically these types of methods are I<utility> methods: subroutines
that provide some internal service for a class, or a class hierarchy.
Class::Std supports the creation of these kinds of methods by providing two
special markers: C<:RESTRICTED()> and C<:PRIVATE()>.
Methods marked C<:RESTRICTED()> are modified at the end of the
compilation phase so that they throw an exception when called from
outside a class's hierarchy. Methods marked C<:PRIVATE()> are modified
so that they throw an exception when called from outside the class in
which they're declared.
For example:
package DogTag;
use Class::Std;
{
my %ID_of : ATTR;
my %rank_of : ATTR;
my $ID_num = 0;
sub _allocate_next_ID : RESTRICTED {
my ($self) = @_;
$ID_of{ident $self} = $ID_num++;
return;
}
sub _check_rank : PRIVATE {
my ($rank) = @_;
return $rank if $VALID_RANK{$rank};
croak "Unknown rank ($rank) specified";
}
sub BUILD {
my ($self, $ident, $arg_ref) = @_;
$self->_allocate_next_ID();
$rank_of{$ident} = _check_rank($arg_ref->{rank});
}
}
Of course, this code would run exactly the same without the C<:RESTRICTED()>
and C<:PRIVATE()> markers, but they ensure that any attempt to call the two
subroutines inappropriately:
package main;
my $dogtag = DogTag->new({ rank => 'PFC' });
$dogtag->_allocate_next_ID();
is suitably punished:
Can't call restricted method DogTag::_allocate_next_ID() from class main
=item C<:CUMULATIVE()>
One of the most important advantages of using the C<BUILD()> and C<DEMOLISH()>
mechanisms supplied by Class::Std is that those methods don't require
nested calls to their ancestral methods, via the C<SUPER> pseudo-class. The
constructor and destructor provided by Class::Std take care of the
necessary redispatching automatically. Each C<BUILD()> method can focus
solely on its own responsibilities; it doesn't have to also help
orchestrate the cumulative constructor effects across the class
hierarchy by remembering to call C<< $self->SUPER::BUILD() >>.
Moreover, calls via C<SUPER> can only ever call the method of exactly one
ancestral class, which is not sufficient under multiple inheritance.
Class::Std provides a different way of creating methods whose effects
accumulate through a class hierarchy, in the same way as those of
C<BUILD()> and C<DEMOLISH()> do. Specifically, the module allows you to define
your own "cumulative methods".
An ordinary non-cumulative method hides any method of the same name
inherited from any base class, so when a non-cumulative method is
called, only the most-derived version of it is ever invoked. In
contrast, a cumulative method doesn't hide ancestral methods of the same
name; it assimilates them. When a cumulative method is called, the
most-derived version of it is invoked, then any parental versions, then any
grandparental versions, etc. etc, until every cumulative method of the
same name throughout the entire hierarchy has been called.
For example, you could define a cumulative C<describe()> method to the various
classes in a simple class hierarchy like so:
package Wax::Floor;
use Class::Std;
{
my %name_of :ATTR( init_arg => 'name' );
my %patent_of :ATTR( init_arg => 'patent' );
sub describe :CUMULATIVE {
my ($self) = @_;
print "The floor wax $name_of{ident $self} ",
"(patent: $patent_of{ident $self})\n";
return;
}
}
package Topping::Dessert;
use Class::Std;
{
my %name_of :ATTR( init_arg => 'name' );
my %flavour_of :ATTR( init_arg => 'flavour' );
sub describe :CUMULATIVE {
my ($self) = @_;
print "The dessert topping $name_of{ident $self} ",
"with that great $flavour_of{ident $self} taste!\n";
return;
}
}
package Shimmer;
use base qw( Wax::Floor Topping::Dessert );
use Class::Std;
{
my %name_of :ATTR( init_arg => 'name' );
my %patent_of :ATTR( init_arg => 'patent' );
sub describe :CUMULATIVE {
my ($self) = @_;
print "New $name_of{ident $self} ",
"(patent: $patent_of{ident $self})\n",
"Combining...\n";
return;
}
}
Because the various C<describe()> methods are marked as being cumulative, a
subsequent call to:
my $product
= Shimmer->new({
name => 'Shimmer',
patent => 1562516251,
flavour => 'Vanilla',
});
$product->describe();
will work its way up through the classes of Shimmer's inheritance tree
(in the same order as a destructor call would), calling each C<describe()>
method it finds along the way. So the single call to C<describe()> would
invoke the corresponding method in each class, producing:
New Shimmer (patent: 1562516251)
Combining...
The floor wax Shimmer (patent: 1562516251)
The dessert topping Shimmer with that great Vanilla taste!
Note that the accumulation of C<describe()> methods is hierarchical, and
dynamic in nature. That is, each class only sees those cumulative
methods that are defined in its own package or in one of its ancestors.
So calling the same C<describe()> on a base class object:
my $wax
= Wax::Floor->new({ name=>'Shimmer ', patent=>1562516251 });
$wax->describe();
only invokes the corresponding cumulative methods from that point on up
the hierarchy, and hence only prints:
The floor wax Shimmer (patent: 1562516251)
Cumulative methods also accumulate their return values. In a list
context, they return a (flattened) list that accumulates the lists
returned by each individual method invoked.
In a scalar context, a set of cumulative methods returns an object that,
in a string context, concatenates individual scalar returns to produce a
single string. When used as an array reference that same scalar-context-return
object acts like an array of the list context values. When used as a hash
reference, the object acts like a hash whose keys are the classnames from the
object's hierarchy, and whose corresponding values are the return values of
the cumulative method from that class.
For example, if the classes each have a cumulative method that returns
their list of sales features:
package Wax::Floor;
use Class::Std;
{
sub feature_list :CUMULATIVE {
return ('Long-lasting', 'Non-toxic', 'Polymer-based');
}
}
package Topping::Dessert;
use Class::Std;
{
sub feature_list :CUMULATIVE {
return ('Low-carb', 'Non-dairy', 'Sugar-free');
}
}
package Shimmer;
use Class::Std;
use base qw( Wax::Floor Topping::Dessert );
{
sub feature_list :CUMULATIVE {
return ('Multi-purpose', 'Time-saving', 'Easy-to-use');
}
}
then calling feature_list() in a list context:
my @features = Shimmer->feature_list();
print "Shimmer is the @features alternative!\n";
would produce a concatenated list of features, which could then be
interpolated into a suitable sales-pitch:
Shimmer is the Multi-purpose Time-saving Easy-to-use
Long-lasting Non-toxic Polymer-based Low-carb Non-dairy
Sugar-free alternative!
It's also possible to specify a set of cumulative methods that
start at the base class(es) of the hierarchy and work downwards, the way
BUILD() does. To get that effect, you simply mark each method with
:CUMULATIVE(BASE FIRST), instead of just :CUMULATIVE. For example:
package Wax::Floor;
use Class::Std;
{
sub active_ingredients :CUMULATIVE(BASE FIRST) {
return "\tparadichlorobenzene, cyanoacrylate, peanuts\n";
}
}
package Topping::Dessert;
use Class::Std;
{
sub active_ingredients :CUMULATIVE(BASE FIRST) {
return "\tsodium hypochlorite, isobutyl ketone, ethylene glycol\n";
}
}
package Shimmer;
use Class::Std;
use base qw( Wax::Floor Topping::Dessert );
{
sub active_ingredients :CUMULATIVE(BASE FIRST) {
return "\taromatic hydrocarbons, xylene, methyl mercaptan\n";
}
}
So a scalar-context call to active_ingredients():
my $ingredients = Shimmer->active_ingredients();
print "May contain trace amounts of:\n$ingredients";
would start in the base classes and work downwards, concatenating base-
class ingredients before those of the derived class, to produce:
May contain trace amounts of:
paradichlorobenzene, cyanoacrylate, peanuts
sodium hypochlorite, isobutyl ketone, ethylene glycol
aromatic hydrocarbons, xylene, methyl mercaptan
Or, you could treat the return value as a hash:
print Data::Dumper::Dumper \%{$ingredients};
and see which ingredients came from where:
$VAR1 = {
'Shimmer'
=> 'aromatic hydrocarbons, xylene, methyl mercaptan',
'Topping::Dessert'
=> 'sodium hypochlorite, isobutyl ketone, ethylene glycol',
'Wax::Floor'
=> 'Wax: paradichlorobenzene, hydrogen peroxide, cyanoacrylate',
};
Note that you can't specify both C<:CUMULATIVE> and C<:CUMULATIVE(BASE
FIRST)> on methods of the same name in the same hierarchy. The resulting
set of methods would have no well-defined invocation order, so
Class::Std throws a compile-time exception instead.
=item C<:STRINGIFY>
If you define a method and add the C<:STRINGIFY> marker then that method
is used whenever an object of the corresponding class needs to be
coerced to a string. In other words, instead of:
# Convert object to a string...
sub as_str {
...
}
# Convert object to a string automatically in string contexts...
use overload (
q{""} => 'as_str',
fallback => 1,
);
you can just write:
# Convert object to a string (automatically in string contexts)...
sub as_str : STRINGIFY {
...
}
=item C<:NUMERIFY>
If you define a method and add the C<:NUMERIFY> marker then that method
is used whenever an object of the corresponding class needs to be
coerced to a number. In other words, instead of:
# Convert object to a number...
sub as_num {
...
}
# Convert object to a string automatically in string contexts...
use overload (
q{0+} => 'as_num',
fallback => 1,
);
you can just write:
# Convert object to a number (automatically in numeric contexts)...
sub as_num : NUMERIFY {
...
}
=item C<:BOOLIFY>
If you define a method and add the C<:BOOLIFY> marker then that method
is used whenever an object of the corresponding class needs to be
coerced to a boolean value. In other words, instead of:
# Convert object to a boolean...
sub as_bool {
...
}
# Convert object to a boolean automatically in boolean contexts...
use overload (
q{bool} => 'as_bool',
fallback => 1,
);
you can just write:
# Convert object to a boolean (automatically in boolean contexts)...
sub as_bool : BOOLIFY {
...
}
=item C<:SCALARIFY>
=item C<:ARRAYIFY>
=item C<:HASHIFY>
=item C<:GLOBIFY>
=item C<:CODIFY>
If a method is defined with one of these markers, then it is automatically
called whenever an object of that class is treated as a reference of the
corresponding type.
For example, instead of:
sub as_hash {
my ($self) = @_;
return {
age => $age_of{ident $self},
shoesize => $shoe_of{ident $self},
};
}
use overload (
'%{}' => 'as_hash',
fallback => 1,
);
you can just write:
sub as_hash : HASHIFY {
my ($self) = @_;
return {
age => $age_of{ident $self},
shoesize => $shoe_of{ident $self},
};
}
Likewise for methods that allow an object to be treated as a scalar
reference (C<:SCALARIFY>), a array reference (C<:ARRAYIFY>), a
subroutine reference (C<:CODIFY>), or a typeglob reference
(C<:GLOBIFY>).
=back
=head1 DIAGNOSTICS
=over
=item Can't find class %s
You tried to call the Class::Std::new() constructor on a class
that isn't built using Class::Std. Did you forget to write C<use Class::Std>
after the package declaration?
=item Argument to %s->new() must be hash reference
The constructors created by Class::Std require all initializer values
to be passed in a hash, but you passed something that wasn't a hash.
Put your constructor arguments in a hash.
=item Missing initializer label for %s: %s
You specified that one or more attributes had initializer values (using the
C<init> argument inside the attribute's C<ATTR> marker), but then failed
to pass in the corresponding initialization value. Often this happens because
the initialization value I<was> passed, but the key specifying the
attribute name was misspelled.
=item Can't make anonymous subroutine cumulative
You attempted to use the C<:CUMULATIVE> marker on an anonymous subroutine.
But that marker can only be applied to the named methods of a class. Convert
the anonymous subroutine to a named subroutine, or find some other way to
make it interoperate with other methods.
=item Conflicting definitions for cumulative method: %s
You defined a C<:CUMULATIVE> and a C<:CUMULATIVE(BASE FIRST)> method of the
same name in two classes within the same hierarchy. Since methods can only be
called going strictly up through the hierarchy or going strictly down
through the hierarchy, specifying both directions is obviously a mistake.
Either rename one of the methods, or decide whether they should accumulate
upwards or downwards.
=item Missing new value in call to 'set_%s' method
You called an attribute setter method without providing a new value
for the attribute. Often this happens because you passed an array that
happened to be empty. Make sure you pass an actual value.
=item Can't locate %s method "%s" via package %s
You attempted to call a method on an object but no such method is defined
anywhere in the object's class hierarchy. Did you misspell the method name, or
perhaps misunderstand which class the object belongs to?
=item %s method %s declared but not defined
A method was declared with a C<:RESTRICTED> or C<:PRIVATE>, like so:
sub foo :RESTRICTED;
sub bar :PRIVATE;
But the actual subroutine was not defined by the end of the compilation
phase, when the module needed it so it could be rewritten to restrict or
privatize it.
=item Can't call restricted method %s from class %s
The specified method was declared with a C<:RESTRICTED> marker but
subsequently called from outside its class hierarchy. Did you call the
wrong method, or the right method from the wrong place?
=item Can't call private method %s from class %s
The specified method was declared with a C<:PRIVATE> marker but
subsequently called from outside its own class. Did you call the wrong
method, or the right method from the wrong place?
=item Internal error: %s
Your code is okay, but it uncovered a bug in the Class::Std module.
L<BUGS AND LIMITATIONS> explains how to report the problem.
=back
=head1 CONFIGURATION AND ENVIRONMENT
Class::Std requires no configuration files or environment variables.
=head1 DEPENDENCIES
Class::Std depends on the following modules:
=over
=item *
version
=item *
Scalar::Util
=item *
Data::Dumper
=back
=head1 INCOMPATIBILITIES
Incompatible with the Attribute::Handlers module, since both define
meta-attributes named :ATTR.
=head1 BUGS AND LIMITATIONS
=over
=item *
Does not handle threading (including C<fork()> under Windows).
=item *
C<:ATTR> declarations must all be on the same line (due to a limitation in
Perl itself).
=item *
C<:ATTR> declarations cannot include variables, since these are not
interpolated into the declaration (a limitation in Perl itself).
=back
Please report any bugs or feature requests to
C<bug-class-std@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.
=head1 ALTERNATIVES
Inside-out objects are gaining in popularity and there are now many other
modules that implement frameworks for building inside-out classes. These
include:
=over
=item Object::InsideOut
Array-based objects, with support for threading. Many excellent features
(especially thread-safety), but slightly less secure than Class::Std,
due to non-encapsulation of attribute data addressing.
=item Class::InsideOut
A minimalist approach to building inside-out classes.
=item Lexical::Attributes
Uses source filters to provide a near-Perl 6 approach to declaring inside-out
classes.
=item Class::Std::Storable
Adds serialization/deserialization to Class::Std.
=back
=head1 AUTHOR
Damian Conway C<< <DCONWAY@cpan.org> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2005, Damian Conway C<< <DCONWAY@cpan.org> >>. All rights reserved.
Portions of the documentation from "Perl Best Practices" copyright (c)
2005 by O'Reilly Media, Inc. and reprinted with permission.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
=head1 DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
NECESSARY SERVICING, REPAIR, OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL,
OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
|