| 
      
            Lines 18-24
          
      
      
        Link Here
      
     | 
  
        
          | 18 | 
          # You should have received a copy of the GNU General Public License  | 
          18 | 
          # You should have received a copy of the GNU General Public License  | 
        
        
          | 19 | 
          # along with Koha; if not, see <http://www.gnu.org/licenses>.  | 
          19 | 
          # along with Koha; if not, see <http://www.gnu.org/licenses>.  | 
        
        
          | 20 | 
           | 
          20 | 
           | 
        
          
            
              | 21 | 
              use strict;  | 
              21 | 
              use Modern::Perl;  | 
            
            
               | 
               | 
              22 | 
               | 
            
        
          | 22 | 
          #use warnings; FIXME - Bug 2505  | 
          23 | 
          #use warnings; FIXME - Bug 2505  | 
        
        
          | 23 | 
           | 
          24 | 
           | 
        
        
          | 24 | 
          use Koha::Util::FrameworkPlugin qw(wrapper);  | 
          25 | 
          use Koha::Util::FrameworkPlugin qw(wrapper);  |