Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-Readonly - Facility for creating read-only scalars, arrays, hashes
        
        Readonly.pm provides a facility for creating non-modifiable scalars,
arrays, and hashes.
Readonly.pm
* Creates scalars, arrays (not lists), and hashes.
* Creates variables that look and work like native perl variables.
* Creates global or lexical variables.
* Works at runtime or compile time.
* Works with deep or shallow data structures.
* Prevents reassignment of Readonly variables.
 
        
        
        Packages
        
            
                | Name | 
                Version | 
                Release | 
                Type | 
                Size | 
                Built | 
            
            
                | perl-Readonly | 
                1.03 | 
                6.fc6 | 
                noarch | 
                36 KiB | 
                Wed Oct  4 21:30:13 2006 | 
            
        
        Changelog
        
            - * Wed Oct  4 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.03-6
 
            - add explict requires on perl(Readonly::XS).  perl(Readonly::XS) is available
  for all architectures fedora supports, so there's no good reason to not
  require it.
- spec file rework
 
        
            - * Tue Sep 19 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.03-5
 
            - bump for mass rebuild
 
        
            - * Thu Dec  8 17:00:00 2005 Michael A. Peters <mpeters{%}mac{*}com> - 1.03-3
 
            - Remove requires on perl-Readonly-XS